package lablgtk3

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module GtkActionProps.UIManagerSource

Sourcemodule P : sig ... end
Sourcemodule S : sig ... end
Sourceval insert_action_group : [> `uimanager ] Gobject.obj -> Gtk.action_group Gobject.obj -> int -> unit
Sourceval remove_action_group : [> `uimanager ] Gobject.obj -> Gtk.action_group Gobject.obj -> unit
Sourceval get_action_groups : [> `uimanager ] Gobject.obj -> Gtk.action_group Gobject.obj list
Sourceval get_accel_group : [> `uimanager ] Gobject.obj -> Gtk.accel_group
Sourceval get_widget : [> `uimanager ] Gobject.obj -> string -> Gtk.widget Gtk.obj
Sourceval get_toplevels : [> `uimanager ] Gobject.obj -> GtkEnums.ui_manager_item_type list -> Gtk.widget Gtk.obj list
Sourceval get_action : [> `uimanager ] Gobject.obj -> string -> Gtk.action Gobject.obj
Sourceval add_ui_from_string : [> `uimanager ] Gobject.obj -> string -> int
Sourceval add_ui_from_file : [> `uimanager ] Gobject.obj -> string -> int
Sourceval new_merge_id : [> `uimanager ] Gobject.obj -> int
Sourceval add_ui : [> `uimanager ] Gobject.obj -> int -> path:string -> name:string -> action:string option -> GtkEnums.ui_manager_item_type -> top:bool -> unit
Sourceval remove_ui : [> `uimanager ] Gobject.obj -> int -> unit
Sourceval ensure_update : [> `uimanager ] Gobject.obj -> unit
OCaml

Innovation. Community. Security.