From 5c1676dfe6d2f3c837a5e074117b45613fd29a72 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 20:30:19 +0200 Subject: Adding upstream version 2.10.34. Signed-off-by: Daniel Baumann --- .../libgimpwidgets/html/GimpColorNotebook.html | 192 +++++++++++++++++++++ 1 file changed, 192 insertions(+) create mode 100644 devel-docs/libgimpwidgets/html/GimpColorNotebook.html (limited to 'devel-docs/libgimpwidgets/html/GimpColorNotebook.html') diff --git a/devel-docs/libgimpwidgets/html/GimpColorNotebook.html b/devel-docs/libgimpwidgets/html/GimpColorNotebook.html new file mode 100644 index 0000000..df97adc --- /dev/null +++ b/devel-docs/libgimpwidgets/html/GimpColorNotebook.html @@ -0,0 +1,192 @@ + + + + +GimpColorNotebook: GIMP Widgets Library Reference Manual + + + + + + + + + + + + + + + + +
+
+
+ + +
+

GimpColorNotebook

+

GimpColorNotebook — A GimpColorSelector implementation.

+
+
+

Functions

+
++++ + + + + +
+GtkWidget * + +gimp_color_notebook_set_has_page () +
+
+
+

Style Properties

+
+++++ + + + + + + + + + + + + +
inttab-borderRead
GtkIconSizetab-icon-sizeRead
+
+
+

Types and Values

+
++++ + + + + +
 GimpColorNotebook
+
+
+

Object Hierarchy

+
    GObject
+    ╰── GInitiallyUnowned
+        ╰── GtkObject
+            ╰── GtkWidget
+                ╰── GtkContainer
+                    ╰── GtkBox
+                        ╰── GimpColorSelector
+                            ╰── GimpColorNotebook
+
+
+
+

Implemented Interfaces

+

+GimpColorNotebook implements + AtkImplementorIface, GtkBuildable and GtkOrientable.

+
+
+

Description

+

The GimpColorNotebook widget is an implementation of a +GimpColorSelector. It serves as a container for +GimpColorSelectors.

+
+
+

Functions

+
+

gimp_color_notebook_set_has_page ()

+
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.

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + +

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.

 
+
+
+

Returns

+

The new page widget, if has_page +was TRUE, or NULL +if has_page +was FALSE.

+
+
+
+
+

Types and Values

+
+

GimpColorNotebook

+
typedef struct _GimpColorNotebook GimpColorNotebook;
+
+
+
+

Style Property Details

+
+

The “tab-border” style property

+
  “tab-border”               int
+

Width of the border around the tab contents.

+

Owner: GimpColorNotebook

+

Flags: Read

+

Allowed values: >= 0

+

Default value: 0

+
+
+
+

The “tab-icon-size” style property

+
  “tab-icon-size”            GtkIconSize
+

Size for icons displayed in the tab.

+

Owner: GimpColorNotebook

+

Flags: Read

+

Default value: GTK_ICON_SIZE_BUTTON

+
+
+
+ + + \ No newline at end of file -- cgit v1.2.3