([> Gtk.button_box ] as 'a) Gtk.obj ->
object
  val obj : '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 : GContainer.container_signals
  method destroy : unit -> unit
  method drag : GObj.drag_ops
  method focus : GContainer.focus
  method get_child_secondary : GObj.widget -> bool
  method get_oid : int
  method homogeneous : bool
  method layout : Gtk.Tags.button_box_style
  method misc : GObj.misc_ops
  method pack :
    ?from:Gtk.Tags.pack_type ->
    ?expand:bool -> ?fill:bool -> ?padding:int -> GObj.widget -> unit
  method remove : GObj.widget -> unit
  method reorder_child : GObj.widget -> pos:int -> unit
  method resize_mode : Gtk.Tags.resize_mode
  method set_border_width : int -> unit
  method set_child_ipadding : ?x:int -> ?y:int -> unit -> unit
  method set_child_packing :
    ?from:Gtk.Tags.pack_type ->
    ?expand:bool -> ?fill:bool -> ?padding:int -> GObj.widget -> unit
  method set_child_secondary : GObj.widget -> bool -> unit
  method set_child_size : ?width:int -> ?height:int -> unit -> unit
  method set_homogeneous : bool -> unit
  method set_layout : Gtk.Tags.button_box_style -> unit
  method set_resize_mode : Gtk.Tags.resize_mode -> unit
  method set_spacing : int -> unit
  method spacing : int
end