([> Gtk.button ] 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 child : GObj.widget
  method children : GObj.widget list
  method clicked : unit -> unit
  method coerce : GObj.widget
  method destroy : unit -> unit
  method drag : GObj.drag_ops
  method event : GObj.event_ops
  method focus : GContainer.focus
  method focus_on_click : bool
  method get_oid : int
  method grab_default : unit -> unit
  method image : GObj.widget
  method image_position : GtkEnums.position_type
  method label : string
  method misc : GObj.misc_ops
  method relief : Gtk.Tags.relief_style
  method remove : GObj.widget -> unit
  method resize_mode : Gtk.Tags.resize_mode
  method set_border_width : int -> unit
  method set_focus_on_click : bool -> unit
  method set_image : GObj.widget -> unit
  method set_image_position : GtkEnums.position_type -> unit
  method set_label : string -> unit
  method set_relief : Gtk.Tags.relief_style -> unit
  method set_resize_mode : Gtk.Tags.resize_mode -> unit
  method set_use_stock : bool -> unit
  method set_use_underline : bool -> unit
  method set_xalign : float -> unit
  method set_yalign : float -> unit
  method unset_image : unit -> unit
  method use_stock : bool
  method use_underline : bool
  method xalign : float
  method yalign : float
end