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

GimpHintBox

+

GimpHintBox — Displays a wilber icon and a text.

+
+
+

Functions

+
++++ + + + + +
+GtkWidget * + +gimp_hint_box_new () +
+
+
+

Properties

+
+++++ + + + + + + + + + + + + + + + + + +
+char *hintRead / Write / Construct Only
+char *icon-nameRead / Write / Construct Only
+char *stock-idRead / Write / Construct Only
+
+
+

Types and Values

+
++++ + + + + +
 GimpHintBox
+
+
+

Object Hierarchy

+
    GObject
+    ╰── GInitiallyUnowned
+        ╰── GtkObject
+            ╰── GtkWidget
+                ╰── GtkContainer
+                    ╰── GtkBox
+                        ╰── GimpHintBox
+
+
+
+

Implemented Interfaces

+

+GimpHintBox implements + AtkImplementorIface, GtkBuildable and GtkOrientable.

+
+
+

Description

+

Displays a wilber icon and a text.

+
+
+

Functions

+
+

gimp_hint_box_new ()

+
GtkWidget *
+gimp_hint_box_new (const gchar *hint);
+

Creates a new widget that shows a text label showing hint +, +decorated with a GIMP_ICON_DIALOG_INFORMATION wilber icon.

+
+

Parameters

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

hint

text to display as a user hint

 
+
+
+

Returns

+

a new widget

+

Since GIMP 2.4

+
+
+
+
+

Types and Values

+
+

GimpHintBox

+
typedef struct _GimpHintBox GimpHintBox;
+
+
+
+

Property Details

+
+

The “hint” property

+
  “hint”                     char *
+

The hint to display.

+

Owner: GimpHintBox

+

Flags: Read / Write / Construct Only

+

Default value: NULL

+
+
+
+

The “icon-name” property

+
  “icon-name”                char *
+

The icon to show next to the hint.

+

Owner: GimpHintBox

+

Flags: Read / Write / Construct Only

+

Default value: "gimp-info"

+
+
+
+

The “stock-id” property

+
  “stock-id”                 char *
+

Deprecated: use icon-name instead.

+

Owner: GimpHintBox

+

Flags: Read / Write / Construct Only

+

Default value: "gimp-info"

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