gdkQueryVisualTypes: gdkQueryVisualTypes
Description
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.Usage
gdkQueryVisualTypes()
Value
- A list containing the following elements:
visual.types
[GdkVisualType
] return location for the available visual typescount
[integer] return location for the number of available visual types