WMDecoration
Description:
[ CCode ( cprefix = "GDK_DECOR_" , type_id = "gdk_wm_decoration_get_type ()" ) ]
[ Flags ]
public enum WMDecoration
These are hints originally defined by the Motif toolkit.
The window manager can use them when determining how to decorate the window. The hint must be set before mapping the window.
Content:
Enum values:
- ALL - all decorations should be applied.
- BORDER - a frame should be drawn around the
window.
- MAXIMIZE - a maximize button should be
included.
- MENU - a button for opening a menu should be
included.
- MINIMIZE - a minimize button should be
included.
- RESIZEH - the frame should have resize
handles.
- TITLE - a titlebar should be placed above
the window.