class virtual color_button_props :object
..end
val virtual obj : [> `colorbutton ] Gobject.obj
method set_alpha : int -> unit
method set_color : Gdk.color -> unit
method set_title : string -> unit
method set_use_alpha : bool -> unit
method alpha : int
method color : Gdk.color
method title : string
method use_alpha : bool