Import line: | Gdk = imports.gi.Gdk; |
GIR File: | Gdk-3.0.gir |
C documentation: | GdkWindowTypeHint |
Enum : | WindowTypeHint |
Properties | |
---|---|
guint32 Gdk.WindowTypeHint.COMBO : 12
|
|
guint32 Gdk.WindowTypeHint.DESKTOP : 7
|
|
guint32 Gdk.WindowTypeHint.DIALOG : 1
|
|
guint32 Gdk.WindowTypeHint.DND : 13
|
|
guint32 Gdk.WindowTypeHint.DOCK : 6
|
|
guint32 Gdk.WindowTypeHint.DROPDOWN_MENU : 8
|
|
guint32 Gdk.WindowTypeHint.MENU : 2
|
|
guint32 Gdk.WindowTypeHint.NORMAL : 0
|
|
guint32 Gdk.WindowTypeHint.NOTIFICATION : 11
|
|
guint32 Gdk.WindowTypeHint.POPUP_MENU : 9
|
|
guint32 Gdk.WindowTypeHint.SPLASHSCREEN : 4
|
|
guint32 Gdk.WindowTypeHint.TOOLBAR : 3
|
|
guint32 Gdk.WindowTypeHint.TOOLTIP : 10
|
|
guint32 Gdk.WindowTypeHint.UTILITY : 5
|
None |
None |
None |
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. |