inherit Ocgtk_gio.Gio.Application.application_t
method on_window_added : ?after:bool ->
callback:
(window:Ocgtk_gtk__.GApplication_and__window_and__window_group.window_t ->
unit) ->
unit ->
Gobject.Signal.handler_idmethod on_window_removed : ?after:bool ->
callback:
(window:Ocgtk_gtk__.GApplication_and__window_and__window_group.window_t ->
unit) ->
unit ->
Gobject.Signal.handler_idmethod add_window : Ocgtk_gtk__.GApplication_and__window_and__window_group.window_t ->
unitmethod get_accels_for_action : string -> string arraymethod get_actions_for_accel : string -> string arraymethod get_active_window : unit ->
Ocgtk_gtk__.GApplication_and__window_and__window_group.window_t optionmethod get_window_by_id : int ->
Ocgtk_gtk__.GApplication_and__window_and__window_group.window_t optionmethod get_windows : unit ->
Ocgtk_gtk__.GApplication_and__window_and__window_group.window_t listmethod inhibit : Ocgtk_gtk__.GApplication_and__window_and__window_group.window_t
option ->
Ocgtk_gtk__.Gtk_enums.applicationinhibitflags ->
string option ->
intmethod list_action_descriptions : unit -> string arraymethod remove_window : Ocgtk_gtk__.GApplication_and__window_and__window_group.window_t ->
unitmethod set_accels_for_action : string -> string array -> unitmethod uninhibit : int -> unitmethod register_session : boolmethod set_register_session : bool -> unitmethod screensaver_active : bool