Back to Seed Clases

Gdk


Classes

Interfaces

Structs

Unions

Enums

Enum Gdk.WindowTypeHint

Import line: Gdk = imports.gi.Gdk;
GIR File: Gdk-3.0.gir
C documentation: GdkWindowTypeHint
Enum : WindowTypeHint
These are hints for the window manager that indicate what type of function
the window has. The window manager can use this when determining decoration
and behaviour of the window. The hint must be set before mapping the window.
See the
Extended
Window Manager Hints
specification for more details about
window types.
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gdk.Window
Method
get_type_hint () : Gdk.WindowTypeHint
This function returns the type hint set for a window.
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.
Gtk.Window
Method
get_type_hint () : Gdk.WindowTypeHint
Gets the type hint for this window.
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.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:11:01 GMT+0800 (HKT)