[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazGdk3' (#lcl)

TGdkWMFunction

Declaration

Source position: lazgdk3.pas line 2716

type TGdkWMFunction = set of (

  TGdkWMFunctionIdxMinValue = 0,

  

  GDK_FUNC_ALL = 0,

  

  GDK_FUNC_RESIZE = 1,

  

  GDK_FUNC_MOVE = 2,

  

  GDK_FUNC_MINIMIZE = 3,

  

  GDK_FUNC_MAXIMIZE = 4,

  

  GDK_FUNC_CLOSE = 5,

  

  TGdkWMFunctionIdxMaxValue = 31

  

);