Enumeration

GntWindowFlags

Declaration

flags Gnt.WindowFlags

Description [src]

Flags indicating the maximization state of a GntWindow.

Members

GNT_WINDOW_MAXIMIZE_X

The window size will be maximized in the x-direction.

  • Value: 1
  • Available since: 3.0
GNT_WINDOW_MAXIMIZE_Y

The window size will be maximized in the y-direction.

  • Value: 2
  • Available since: 3.0