gdkWindowSetFunctions {RGtk2} | R Documentation |
This function isn't really good for much. It sets the traditional Motif window manager hint for which operations the window manager should allow on a toplevel window. However, few window managers do anything reliable or interesting with this hint. Many ignore it entirely.
gdkWindowSetFunctions(object, functions)
|
[GdkWindow ] a toplevel GdkWindow |
|
[GdkWMFunction ] bitmask of operations to allow on window |
The functions
argument is the logical OR of values from the
GdkWMFunction
enumeration. If the bitmask includes GDK_FUNC_ALL
,
then the other bits indicate which functions to disable; if
it doesn't include GDK_FUNC_ALL
, it indicates which functions to
enable.
Derived by RGtkGen from GTK+ documentation