GdkWMDecoration

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.

Value

Symbolic name

Description

  1Gdk::DECOR_ALL All decorations should be applied.
  2Gdk::DECOR_BORDER A frame should be drawn around the window.
  4Gdk::DECOR_RESIZEH The frame should have resize handles.
  8Gdk::DECOR_TITLE A titlebar should be placed above the window.
  16Gdk::DECOR_MENU A button for opening a menu should be included
  32Gdk::DECOR_MINIMIZE A minimize button should be included.
  64Gdk::DECOR_MAXIMIZE A maximize button should be included.