Class GAction.ui_manager


class ui_manager : [> Gtk.ui_manager ] Gtk.obj -> object .. end
Since GTK 2.4
GTK documentation: GtkUIManager

val obj : ([> Gtk.ui_manager ] as 'a) Gtk.obj
method as_ui_manager : Gtk.ui_manager Gtk.obj
method add_tearoffs : bool
method add_ui_from_file : string -> ui_id
Raises
method add_ui_from_string : string -> ui_id
Raises Glib.Markup.Error if the XML is invalid
method connect : ui_manager_signals
method ensure_update : unit -> unit
method get_accel_group : Gtk.accel_group
method get_action : string -> action
Raises Not_found if no widget exist at the given path
method get_action_groups : action_group list
method get_widget : string -> GObj.widget
Raises Not_found if no widget exist at the given path
method get_toplevels : GtkEnums.ui_manager_item_type list -> GObj.widget list
method insert_action_group : action_group -> int -> unit
method new_merge_id : unit -> ui_id
method add_ui : ui_id ->
path:string ->
name:string ->
action:string option -> GtkEnums.ui_manager_item_type -> top:bool -> unit
method remove_action_group : action_group -> unit
method remove_ui : ui_id -> unit
method set_add_tearoffs : bool -> unit
method ui : string