Class GButton.toolbar
Create bars of buttons and other widgets @gtkdoc gtk GtkToolbar
inherit GContainer.container
val obj : Gtk.toolbar Gtk.obj
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_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