([> Gtk.ui_manager ] as 'a) Gtk.obj ->
object
val obj : 'a Gtk.obj
method add_tearoffs : bool
method add_ui :
GAction.ui_id ->
path:string ->
name:string ->
action:string option -> GtkEnums.ui_manager_item_type -> top:bool -> unit
method add_ui_from_file : string -> GAction.ui_id
method add_ui_from_string : string -> GAction.ui_id
method as_ui_manager : Gtk.ui_manager Gtk.obj
method connect : GAction.ui_manager_signals
method ensure_update : unit -> unit
method get_accel_group : Gtk.accel_group
method get_action : string -> GAction.action
method get_action_groups : GAction.action_group list
method get_toplevels :
GtkEnums.ui_manager_item_type list -> GObj.widget list
method get_widget : string -> GObj.widget
method insert_action_group : GAction.action_group -> int -> unit
method new_merge_id : unit -> GAction.ui_id
method remove_action_group : GAction.action_group -> unit
method remove_ui : GAction.ui_id -> unit
method set_add_tearoffs : bool -> unit
method ui : string
end