[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgtk3.pas line 15045
type TGtkWindowGroup = object(TGObject) |
||
|
||
function new; |
|
|
procedure add_window(); |
|
|
function get_current_device_grab(); |
|
|
function get_current_grab; |
|
|
function list_windows; |
|
|
procedure remove_window(); |
|
|
end; |
|
||
|