package lablgtk3

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

Create bars of buttons and other widgets @gtkdoc gtk GtkToolbar

method connect : toolbar_signals
method insert : ?pos:int -> tool_item_o -> unit
  • parameter pos

    default value is -1 i.e. end of the toolbar

method get_n_items : int
  • parameter pos

    default value is -1 i.e. end of the toolbar

method get_nth_item : int -> [ `toolitem ] Gtk.obj
method get_item_index : Gtk.tool_item Gtk.obj -> int
method set_drop_highlight_item : (tool_item_o * int) option -> unit
method get_drop_index : int -> int -> int
method orientation : Gtk.Tags.orientation
method set_orientation : Gtk.Tags.orientation -> unit
method toolbar_style : Gtk.Tags.toolbar_style
method set_toolbar_style : Gtk.Tags.toolbar_style -> unit
method unset_style : unit
method icon_size : Gtk.Tags.icon_size
method set_icon_size : Gtk.Tags.icon_size -> unit
method icon_size_set : bool
method set_icon_size_set : bool -> unit
method show_arrow : bool
method set_show_arrow : bool -> unit
method relief_style : Gtk.Tags.relief_style