Constructor
GtkColorSelectionDialognew
Declaration [src]
GtkWidget*
gtk_color_selection_dialog_new (
const gchar* title
)
Parameters
title
-
Type:
const gchar*
A string containing the title text for the dialog.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.
Return value
Type: GtkWidget
A GtkColorSelectionDialog
.
The data is owned by the called function. |