| [Overview][Constants][Types][Classes][Procedures and functions][Index] | 
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgtk3.pas line 3439
type TGtkApplication = object(TGApplication)  | 
||
  | 
||
function new();  | 
  | 
|
procedure add_window();  | 
  | 
|
function get_accels_for_action();  | 
  | 
|
function get_actions_for_accel();  | 
  | 
|
function get_active_window;  | 
  | 
|
function get_app_menu;  | 
  | 
|
function get_menu_by_id();  | 
  | 
|
function get_menubar;  | 
  | 
|
function get_window_by_id();  | 
  | 
|
function get_windows;  | 
  | 
|
function inhibit();  | 
  | 
|
function is_inhibited();  | 
  | 
|
function list_action_descriptions;  | 
  | 
|
function prefers_app_menu;  | 
  | 
|
procedure remove_window();  | 
  | 
|
procedure set_accels_for_action();  | 
  | 
|
procedure set_app_menu();  | 
  | 
|
procedure set_menubar();  | 
  | 
|
procedure uninhibit();  | 
  | 
|
property active_window: PGtkWindow; [r]  | 
  | 
|
property app_menu: PGMenuModel; [rw]  | 
  | 
|
property menubar: PGMenuModel; [rw]  | 
  | 
|
end;  | 
  | 
||
  | 
||
  |