Gtk.toolbar Gtk.obj ->
object
  val obj : Gtk.toolbar Gtk.obj
  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 : GButton.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 : Gtk.tool_item Gtk.obj -> int
  method get_n_items : int
  method get_nth_item : int -> [ `toolitem ] Gtk.obj
  method get_oid : int
  method icon_size : Gtk.Tags.icon_size
  method icon_size_set : bool
  method insert : ?pos:int -> #GButton.tool_item_o -> 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 :
    (#GButton.tool_item_o * int) option -> unit
  method set_icon_size : Gtk.Tags.icon_size -> unit
  method set_icon_size_set : bool -> 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_toolbar_style : Gtk.Tags.toolbar_style -> unit
  method show_arrow : bool
  method toolbar_style : Gtk.Tags.toolbar_style
  method unset_style : unit
end