Import line: | Gdk = imports.gi.Gdk; |
GIR File: | Gdk-3.0.gir |
C documentation: | GdkVisualType |
Enum : | VisualType |
Properties | |
---|---|
guint32 Gdk.VisualType.DIRECT_COLOR : 5
|
|
guint32 Gdk.VisualType.GRAYSCALE : 1
|
|
guint32 Gdk.VisualType.PSEUDO_COLOR : 3
|
|
guint32 Gdk.VisualType.STATIC_COLOR : 2
|
|
guint32 Gdk.VisualType.STATIC_GRAY : 0
|
|
guint32 Gdk.VisualType.TRUE_COLOR : 4
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gdk.Visual
Method |
Gdk.Visual.get_best_type
()
:
Gdk.VisualType
Return the best available visual type for the default GDK screen.
|
Gdk.Visual
Method |
Combines gdk_visual_get_best_with_depth() and
gdk_visual_get_best_with_type(). |
Gdk.Visual
Method |
Get the best visual of the given visual_type for the default GDK screen.
|
Gdk.Visual
Method |
get_visual_type
()
:
Gdk.VisualType
Returns the type of visual this is (PseudoColor, TrueColor, etc).
|