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 --- devel-docs/libgimpwidgets/html/GimpPickButton.html | 169 +++++++++++++++++++++ 1 file changed, 169 insertions(+) create mode 100644 devel-docs/libgimpwidgets/html/GimpPickButton.html (limited to 'devel-docs/libgimpwidgets/html/GimpPickButton.html') diff --git a/devel-docs/libgimpwidgets/html/GimpPickButton.html b/devel-docs/libgimpwidgets/html/GimpPickButton.html new file mode 100644 index 0000000..ab22c90 --- /dev/null +++ b/devel-docs/libgimpwidgets/html/GimpPickButton.html @@ -0,0 +1,169 @@ + + + + +GimpPickButton: GIMP Widgets Library Reference Manual + + + + + + + + + + + + + + + + +
+
+
+ + +
+

GimpPickButton

+

GimpPickButton — Widget to pick a color from screen.

+
+
+

Functions

+
++++ + + + + +
+GtkWidget * + +gimp_pick_button_new () +
+
+
+

Signals

+
+++++ + + + + + +
voidcolor-pickedRun First
+
+
+

Types and Values

+
++++ + + + + +
 GimpPickButton
+
+
+

Object Hierarchy

+
    GObject
+    ╰── GInitiallyUnowned
+        ╰── GtkObject
+            ╰── GtkWidget
+                ╰── GtkContainer
+                    ╰── GtkBin
+                        ╰── GtkButton
+                            ╰── GimpPickButton
+
+
+
+

Implemented Interfaces

+

+GimpPickButton implements + AtkImplementorIface, GtkBuildable and GtkActivatable.

+
+
+

Description

+

GimpPickButton is a specialized button. When clicked, it changes +the cursor to a color-picker pipette and allows the user to pick a +color from any point on the screen.

+
+
+

Functions

+
+

gimp_pick_button_new ()

+
GtkWidget *
+gimp_pick_button_new (void);
+

Creates a new GimpPickButton widget.

+
+

Returns

+

A new GimpPickButton widget.

+
+
+
+
+

Types and Values

+
+

GimpPickButton

+
typedef struct _GimpPickButton GimpPickButton;
+
+
+
+

Signal Details

+
+

The “color-picked” signal

+
void
+user_function (GimpPickButton *gimppickbutton,
+               gpointer        arg1,
+               gpointer        user_data)
+

This signal is emitted when the user has picked a color.

+
+

Parameters

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

gimppickbutton

the object which received the signal.

 

arg1

pointer to a GimpRGB structure that holds the picked color

 

user_data

user data set when the signal handler was connected.

 
+
+

Flags: Run First

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