Visual.getBestWithBoth

Combines gdk_visual_get_best_with_depth() and gdk_visual_get_best_with_type().

More...
class Visual
static
getBestWithBoth
(
int depth
,
GdkVisualType visualType
)

Parameters

depth int

a bit depth

visualType GdkVisualType

a visual type

Return Value

Type: Visual

best visual with both @depth and @visual_type, or %NULL if none

Detailed Description

Deprecated: Visual selection should be done using gdk_screen_get_system_visual() and gdk_screen_get_rgba_visual()

Meta