Method
Gtk ColorButtonset_title
since: 2.4
Declaration [src]
void
gtk_color_button_set_title(
GtkColorButton*button,
constgchar*title
)
Description [src]
Sets the title for the color selection dialog.
Available since: 2.4
Sets property
Gtk.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.