gdkWindowSetTypeHint {RGtk2} | R Documentation |
The application can use this call to provide a hint to the window manager about the functionality of a window. The window manager can use this information when determining the decoration and behaviour of the window.
gdkWindowSetTypeHint(object, hint)
|
[GdkWindow ] A toplevel GdkWindow |
|
[GdkWindowTypeHint ] A hint of the function this window will have |
The hint must be set before the window is mapped.
Derived by RGtkGen from GTK+ documentation