gdkQueryVisualTypes {RGtk2} | R Documentation |
This function returns the available visual types for the default
screen. It's equivalent to listing the visuals
(gdkListVisuals
) and then looking at the type field in each
visual, removing duplicates.
gdkQueryVisualTypes()
.
A list containing the following elements:
|
[GdkVisualType ] return location for the available visual types |
|
[integer] return location for the number of available visual types |
Derived by RGtkGen from GTK+ documentation