Method

GtkColorDialogButtonset_dialog

Declaration [src]

void
gtk_color_dialog_button_set_dialog (
  GtkColorDialogButton* self,
  GtkColorDialog* dialog
)

Description [src]

Sets a GtkColorDialog object to use for creating the color chooser dialog that is presented when the user clicks the button.

Available since:4.10

Parameters

dialog GtkColorDialog
 

The new GtkColorDialog

 The data is owned by the caller of the function.