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 : #GButton.tool_item_o -> 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 : ?pos:int -> #GButton.tool_item_o -> unit
  method insert_button :
    ?text:string ->
    ?tooltip:string ->
    ?tooltip_private:string ->
    ?icon:GObj.widget ->
    ?pos:int -> ?callback:(unit -> unit) -> unit -> GButton.button
  method insert_radio_button :
    ?text:string ->
    ?tooltip:string ->
    ?tooltip_private:string ->
    ?icon:GObj.widget ->
    ?pos:int -> ?callback:(unit -> unit) -> unit -> GButton.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 -> GButton.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 :
    (#GButton.tool_item_o * 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
end