From e42129241681dde7adae7d20697e7b421682fbb4 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 18:23:22 +0200 Subject: Adding upstream version 2.10.22. Signed-off-by: Daniel Baumann --- devel-docs/libgimp/html/GimpSelectButton.html | 130 ++++++++++++++++++++++++++ 1 file changed, 130 insertions(+) create mode 100644 devel-docs/libgimp/html/GimpSelectButton.html (limited to 'devel-docs/libgimp/html/GimpSelectButton.html') diff --git a/devel-docs/libgimp/html/GimpSelectButton.html b/devel-docs/libgimp/html/GimpSelectButton.html new file mode 100644 index 0000000..80aa9ff --- /dev/null +++ b/devel-docs/libgimp/html/GimpSelectButton.html @@ -0,0 +1,130 @@ + + + + +GimpSelectButton: GIMP Library Reference Manual + + + + + + + + + + + + + + + + +
+
+
+ + +
+

GimpSelectButton

+

GimpSelectButton — The base class of the data select buttons.

+
+
+

Functions

+
++++ + + + + +
+void + +gimp_select_button_close_popup () +
+
+
+

Types and Values

+
++++ + + + + +
 GimpSelectButton
+
+
+

Object Hierarchy

+
    GObject
+    ╰── GInitiallyUnowned
+        ╰── GtkObject
+            ╰── GtkWidget
+                ╰── GtkContainer
+                    ╰── GtkBox
+                        ╰── GimpSelectButton
+                            ├── GimpBrushSelectButton
+                            ├── GimpFontSelectButton
+                            ├── GimpGradientSelectButton
+                            ├── GimpPaletteSelectButton
+                            ╰── GimpPatternSelectButton
+
+
+
+

Implemented Interfaces

+

+GimpSelectButton implements + AtkImplementorIface, GtkBuildable and GtkOrientable.

+
+
+

Description

+

The base class of the brush, pattern, gradient, palette and font +select buttons.

+
+
+

Functions

+
+

gimp_select_button_close_popup ()

+
void
+gimp_select_button_close_popup (GimpSelectButton *button);
+

Closes the popup window associated with button +.

+
+

Parameters

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

button

A GimpSelectButton

 
+
+

Since: 2.4

+
+
+
+

Types and Values

+
+

GimpSelectButton

+
typedef struct _GimpSelectButton GimpSelectButton;
+
+
+
+ + + \ No newline at end of file -- cgit v1.2.3