Back to Seed Clases

Gdk


Classes

Interfaces

Structs

Unions

Enums

Enum Gdk.VisualType

Import line: Gdk = imports.gi.Gdk;
GIR File: Gdk-3.0.gir
C documentation: GdkVisualType
Enum : VisualType
A set of values that describe the manner in which the pixel values
for a visual are converted into RGB values for display.
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
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
Gdk.Visual.get_best_with_both (gint32 depth, VisualType visual_type) : Gdk.Visual
Combines gdk_visual_get_best_with_depth() and
gdk_visual_get_best_with_type().
Gdk.Visual
Method
Gdk.Visual.get_best_with_type (VisualType visual_type) : Gdk.Visual
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).
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:11:01 GMT+0800 (HKT)