Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gdkQueryDepths

gdkQueryDepths


Description

This function returns the available bit depths for the default screen. It's equivalent to listing the visuals (gdkListVisuals) and then looking at the depth field in each visual, removing duplicates.

Usage

gdkQueryDepths()

Details

The list returned by this function should not be freed.

Value

A list containing the following elements:

depths

return location for available depths. [ out ][ array ]

count

return location for number of available depths. [ out ]

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.