Method
GimpUiColorNotebookset_has_page
Declaration [src]
GtkWidget*
gimp_color_notebook_set_has_page (
GimpColorNotebook* notebook,
GType page_type,
gboolean has_page
)
Description [src]
This function adds and removed pages to / from a GimpColorNotebook
.
The page_type
passed must be a GimpColorSelector
subtype.
Parameters
page_type |
GType |
The |
|
has_page |
gboolean |
Whether the page should be added or removed. |
Return value
Returns: | GtkWidget |
The new page widget, if |
|
The data is owned by the instance. |