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-2.0.gir
C documentation: GdkVisual
Class : Visual
Extends: GObject.Object
  Show / Hide Inherited methods, properties and signals
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gdk
Method
Gdk.rgb_get_visual () : Gdk.Visual
Gets a "preferred visual" chosen by GdkRGB for rendering image data on the default screen.
Gdk.Colormap
Method
new Gdk.Colormap.c_new (Visual visual, Boolean allocate) : Gdk.Colormap
Create a new Gdk.Colormap
Gdk.Colormap
Method
get_visual () : Gdk.Visual
Returns the visual for which a given colormap was created.
Gdk.Drawable
Method
get_visual () : Gdk.Visual
Gets the GdkVisual describing the pixel format of drawable.
Gdk.Image
Method
new Gdk.Image.c_new (ImageType type, Visual visual, Number width, Number height) : Gdk.Image
Create a new Gdk.Image
Gdk.Screen
Method
get_system_visual () : Gdk.Visual
Get the system's default visual for screen.
Gdk.Screen
Method
get_rgb_visual () : Gdk.Visual
Gets a "preferred visual" chosen by GdkRGB for rendering image data on screen.
Gdk.Screen
Method
get_rgba_visual () : Gdk.Visual
Gets a visual to use for creating windows or pixmaps with an alpha channel.
Gtk.Preview
Method
Gtk.Preview.get_visual () : Gdk.Visual
Gtk.Widget
Method
Gtk.Widget.get_default_visual () : Gdk.Visual
Obtains the visual of the default colormap.
Gtk.Widget
Method
get_visual () : Gdk.Visual
Gets the visual that will be used to render widget.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:33:24 GMT+0800 (HKT)