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

TGtkWindowType

Declaration

Source position: lazgtk3.pas line 372

type TGtkWindowType = (

  TGtkWindowTypeMinValue = - $7FFFFFFF,

  

  GTK_WINDOW_TOPLEVEL = 0,

  

  GTK_WINDOW_POPUP = 1,

  

  TGtkWindowTypeMaxValue = $7FFFFFFF

  

);