gdkQueryDepths {RGtk2} | R Documentation |
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.
gdkQueryDepths()
.
A list containing the following elements:
|
[integer] return location for available depths |
|
[integer] return location for number of available depths |
Derived by RGtkGen from GTK+ documentation