gdkWindowSetFunctions {RGtk2}R Documentation

gdkWindowSetFunctions

Description

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.

Usage

gdkWindowSetFunctions(object, functions)

Arguments

object [GdkWindow] a toplevel GdkWindow
functions [GdkWMFunction] bitmask of operations to allow on window

Details

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.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.8.6 Index]