Back to Seed Clases

Gdk


Classes

Interfaces

Structs

Unions

Enums

Enum Gdk.WindowTypeHint

Import line: Gdk = imports.gi.Gdk;
GIR File: Gdk-2.0.gir
C documentation: GdkWindowTypeHint
Enum : WindowTypeHint
  Show / Hide Inherited methods, properties and signals
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gdk.Window
Method
set_type_hint (WindowTypeHint hint) : none
The application can use this call to provide a hint to the window manager about the functionality of a window.
Gdk.Window
Method
get_type_hint () : Gdk.WindowTypeHint
This function returns the type hint set for a window.
Gtk.Window
Property
type_hint : Gdk.WindowTypeHint
Gtk.Window
Method
set_type_hint (WindowTypeHint hint) : none
By setting the type hint for the window, you allow the window manager to decorate and handle the window in a way which is suitable to the function of the window in your application.
Gtk.Window
Method
get_type_hint () : Gdk.WindowTypeHint
Gets the type hint for this window.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:33:27 GMT+0800 (HKT)