Top | ![]() |
![]() |
![]() |
![]() |
GimpColorNotebookGimpColorNotebook — A GimpColorSelector implementation. |
![]() |
GtkWidget * | gimp_color_notebook_set_has_page () |
GimpColorSelector * | gimp_color_notebook_get_current_selector () |
GtkWidget * | gimp_color_notebook_get_notebook () |
GList * | gimp_color_notebook_get_selectors () |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── GimpColorSelector ╰── GimpColorNotebook
GimpColorNotebook implements AtkImplementorIface, GtkBuildable and GtkOrientable.
The GimpColorNotebook widget is an implementation of a GimpColorSelector. It serves as a container for GimpColorSelectors.
GtkWidget * gimp_color_notebook_set_has_page (GimpColorNotebook *notebook
,GType page_type
,gboolean has_page
);
This function adds and removed pages to / from a GimpColorNotebook.
The page_type
passed must be a GimpColorSelector subtype.
notebook |
A GimpColorNotebook widget. |
|
page_type |
The GType of the notebook page to add or remove. |
|
has_page |
Whether the page should be added or removed. |
GimpColorSelector *
gimp_color_notebook_get_current_selector
(GimpColorNotebook *notebook
);
Since: 3.0
GtkWidget *
gimp_color_notebook_get_notebook (GimpColorNotebook *notebook
);
Since: 3.0
GList *
gimp_color_notebook_get_selectors (GimpColorNotebook *notebook
);
Since: 3.0