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

TGtkWindowGroup

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

Declaration

Source position: lazgtk3.pas line 15045

type TGtkWindowGroup = object(TGObject)

  priv: PGtkWindowGroupPrivate;

  

  function new;

  

  procedure add_window();

  

  function get_current_device_grab();

  

  function get_current_grab;

  

  function list_windows;

  

  procedure remove_window();

  

end;

Inheritance

TGtkWindowGroup

  

TGObject