Class GButton.toolbar

class toolbar : Gtk.toolbar Gtk.obj -> object .. end

Create bars of buttons and other widgets


Inherits
val obj : Gtk.toolbar Gtk.obj
method connect : toolbar_signals
method insert : 'a. ?pos:int -> (#tool_item_o as 'a) -> unit
pos : default value is -1 i.e. end of the toolbar
method get_n_items : int
method get_nth_item : int -> [ `toolitem ] Gtk.obj
method get_item_index : Gtk.tool_item Gtk.obj -> int
method set_drop_highlight_item : 'b. ((#tool_item_o as 'b) * 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