Import line: | Gdk = imports.gi.Gdk; |
GIR File: | Gdk-2.0.gir |
C documentation: | GdkVisualType |
Enum : | VisualType |
Show / Hide Inherited methods, properties and signals |
Properties | |
---|---|
Number Gdk.VisualType.DIRECT_COLOR : 5
|
|
Number Gdk.VisualType.GRAYSCALE : 1
|
|
Number Gdk.VisualType.PSEUDO_COLOR : 3
|
|
Number Gdk.VisualType.STATIC_COLOR : 2
|
|
Number Gdk.VisualType.STATIC_GRAY : 0
|
|
Number Gdk.VisualType.TRUE_COLOR : 4
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gdk
Method |
This function returns the available visual types for the default screen.
|
Gdk.Visual
Method |
Gdk.Visual.get_best_type
()
:
Gdk.VisualType
Return the best available visual type for the default GDK screen.
|
Gdk.Visual
Method |
Get the best visual of the given visual_type for the default GDK screen.
|
Gdk.Visual
Method |
Combines gdk_visual_get_best_with_depth() and gdk_visual_get_best_with_type().
|