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
- 
            Type: GTypeThe GTypeof the notebook page to add or remove.
- has_page
- 
            Type: gbooleanWhether the page should be added or removed. 
Return value
Type: GtkWidget
The new page widget, if has_page was
              TRUE, or NULL if has_page was FALSE.
| The returned data is owned by the instance. |