Method

GtkColorButtonset_title

since: 2.4

Declaration [src]

void
gtk_color_button_set_title (
  GtkColorButton* button,
  const gchar* title
)

Description [src]

Sets the title for the color selection dialog.

Available since: 2.4

Sets propertyGtk.ColorButton:title

Parameters

title

Type: const gchar*

String containing new window title.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.