package lablgtk

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
method add : GObj.widget -> unit
method all_children : GObj.widget list
method as_widget : Gtk.widget Gtk.obj
method border_width : int
method children : GObj.widget list
method coerce : GObj.widget
method connect : toolbar_signals
method destroy : unit -> unit
method drag : GObj.drag_ops
method focus : GContainer.focus
method get_drop_index : int -> int -> int
method get_item_index : 'a. tool_item_o as 'b -> int
method get_n_items : int
method get_nth_item : int -> [ `toolitem ] Gtk.obj
method get_oid : int
method get_tooltips : bool
method icon_size : Gtk.Tags.icon_size
method insert : 'c. ?pos:int -> tool_item_o as 'd -> unit
method insert_button : ?text:string -> ?tooltip:string -> ?tooltip_private:string -> ?icon:GObj.widget -> ?pos:int -> ?callback:(unit -> unit) -> unit -> button
method insert_radio_button : ?text:string -> ?tooltip:string -> ?tooltip_private:string -> ?icon:GObj.widget -> ?pos:int -> ?callback:(unit -> unit) -> unit -> radio_button
method insert_space : ?pos:int -> unit -> unit
method insert_toggle_button : ?text:string -> ?tooltip:string -> ?tooltip_private:string -> ?icon:GObj.widget -> ?pos:int -> ?callback:(unit -> unit) -> unit -> toggle_button
method insert_widget : ?tooltip:string -> ?tooltip_private:string -> ?pos:int -> GObj.widget -> unit
method misc : GObj.misc_ops
method orientation : Gtk.Tags.orientation
method relief_style : Gtk.Tags.relief_style
method remove : GObj.widget -> unit
method resize_mode : Gtk.Tags.resize_mode
method set_border_width : int -> unit
method set_drop_highlight_item : 'e. (tool_item_o as 'f * int) option -> unit
method set_icon_size : Gtk.Tags.icon_size -> unit
method set_orientation : Gtk.Tags.orientation -> unit
method set_resize_mode : Gtk.Tags.resize_mode -> unit
method set_show_arrow : bool -> unit
method set_style : Gtk.Tags.toolbar_style -> unit
method set_tooltips : bool -> unit
method show_arrow : bool
method style : Gtk.Tags.toolbar_style
method unset_icon_size : unit -> unit
method unset_style : unit -> unit