Method

GimpUiColorButtonset_title

since: 2.10

Declaration [src]

void
gimp_color_button_set_title (
  GimpColorButton* button,
  const gchar* title
)

Description [src]

Sets the button dialog’s title.

Available since: 2.10

Parameters

title

Type: const gchar*

The new title.

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