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

TGtkApplicationWindow

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: lazgtk3.pas line 3501

type TGtkApplicationWindow = object(TGtkWindow)

  priv4: PGtkApplicationWindowPrivate;

  

  function new();

  

  function get_help_overlay;

  

  function get_id;

  

  function get_show_menubar;

  

  procedure set_help_overlay();

  

  procedure set_show_menubar();

  

  property show_menubar: gboolean; [rw]

  

end;

Inheritance

TGtkApplicationWindow

  

TGtkWindow

  

TGtkBin

  

TGtkContainer

  

TGtkWidget

  

TGInitiallyUnowned

  

TGObject