Enumeration

GdkWMDecoration

Declaration

flags Gdk.WMDecoration

Description [src]

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.

Members

GDK_DECOR_ALL

All decorations should be applied.

  • Value: 1
  • Available since: 3.0
GDK_DECOR_BORDER

A frame should be drawn around the window.

  • Value: 2
  • Available since: 3.0
GDK_DECOR_RESIZEH

The frame should have resize handles.

  • Value: 4
  • Available since: 3.0
GDK_DECOR_TITLE

A titlebar should be placed above the window.

  • Value: 8
  • Available since: 3.0
GDK_DECOR_MENU

A button for opening a menu should be included.

  • Value: 16
  • Available since: 3.0
GDK_DECOR_MINIMIZE

A minimize button should be included.

  • Value: 32
  • Available since: 3.0
GDK_DECOR_MAXIMIZE

A maximize button should be included.

  • Value: 64
  • Available since: 3.0