Enumeration

GdkWMFunction

Declaration

flags Gdk.WMFunction

Description [src]

These are hints originally defined by the Motif toolkit. The window manager can use them when determining the functions to offer for the window. The hint must be set before mapping the window.

Members

GDK_FUNC_ALL

All functions should be offered.

  • Value: 1
  • Available since: 3.0
GDK_FUNC_RESIZE

The window should be resizable.

  • Value: 2
  • Available since: 3.0
GDK_FUNC_MOVE

The window should be movable.

  • Value: 4
  • Available since: 3.0
GDK_FUNC_MINIMIZE

The window should be minimizable.

  • Value: 8
  • Available since: 3.0
GDK_FUNC_MAXIMIZE

The window should be maximizable.

  • Value: 16
  • Available since: 3.0
GDK_FUNC_CLOSE

The window should be closable.

  • Value: 32
  • Available since: 3.0