[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgtk3.pas line 3501
type TGtkApplicationWindow = object(TGtkWindow) |
||
|
||
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; |
|
||
|
||
|
||
|
||
|
||
|
||
|