sig
  val cast : 'Gobject.obj -> Gtk.color_selection_dialog Gtk.obj
  val create :
    Gtk.color_selection_dialog Gobject.param list ->
    Gtk.color_selection_dialog Gtk.obj
  external ok_button :
    [> `colorselectiondialog ] Gtk.obj -> Gtk.button Gtk.obj
    = "ml_gtk_color_selection_dialog_ok_button"
  external cancel_button :
    [> `colorselectiondialog ] Gtk.obj -> Gtk.button Gtk.obj
    = "ml_gtk_color_selection_dialog_cancel_button"
  external help_button :
    [> `colorselectiondialog ] Gtk.obj -> Gtk.button Gtk.obj
    = "ml_gtk_color_selection_dialog_help_button"
  external colorsel :
    [> `colorselectiondialog ] Gtk.obj -> Gtk.color_selection Gtk.obj
    = "ml_gtk_color_selection_dialog_colorsel"
end