([> Gtk.color_button ] as 'a) Gtk.obj ->
object
  val obj : 'Gtk.obj
  method add : GObj.widget -> unit
  method all_children : GObj.widget list
  method alpha : int
  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 color : Gdk.color
  method connect : GButton.color_button_signals
  method destroy : unit -> unit
  method drag : GObj.drag_ops
  method event : GObj.event_ops
  method focus : GContainer.focus
  method get_oid : int
  method grab_default : unit -> unit
  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_alpha : int -> unit
  method set_border_width : int -> unit
  method set_color : Gdk.color -> 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_title : string -> unit
  method set_use_alpha : bool -> unit
  method set_use_stock : bool -> unit
  method set_use_underline : bool -> unit
  method title : string
  method use_alpha : bool
  method use_stock : bool
  method use_underline : bool
end