Back to Seed Clases

Gdk


Classes

Interfaces

Structs

Unions

Enums

GObject.Object
parent-child marker Gdk.Visual

Class Gdk.Visual

Import line: Gdk = imports.gi.Gdk;
GIR File: Gdk-3.0.gir
C documentation: GdkVisual
Class : Visual
Extends: GObject.Object
The GdkVisual structure contains information about
a particular visual.
Properties
None
Methods / Constructors
Method / Constructor Defined By
 
new Gdk.Visual ()
Create a new Gdk.Visual
Create a new Gdk.Visual
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gdk.Screen
Method
get_rgba_visual () : Gdk.Visual
Gets a visual to use for creating windows with an alpha channel.
Gdk.Screen
Method
get_system_visual () : Gdk.Visual
Get the system's default visual for screen.
Gdk.Window
Method
get_visual () : Gdk.Visual
Gets the GdkVisual describing the pixel format of window.
GdkX11.X11Screen
Method
GdkX11.X11Screen.lookup_visual (Screen screen, VisualID xvisualid) : Gdk.Visual
Looks up the GdkVisual for a particular screen and X Visual ID.
Gtk.Widget
Method
get_visual () : Gdk.Visual
Gets the visual that will be used to render widget.
Gtk.Widget
Method
set_visual (Visual visual) : none
Sets the visual that should be used for by widget and its children for
creating GdkWindows.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:10:55 GMT+0800 (HKT)