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

GimpEnumLabel

+

GimpEnumLabel — A GtkLabel subclass that displays an enum value.

+
+
+

Functions

+
++++ + + + + + + + + + + +
+GtkWidget * + +gimp_enum_label_new () +
+void + +gimp_enum_label_set_value () +
+
+
+

Properties

+
+++++ + + + + + + + + + + + + +
+GType *enum-typeRead / Write / Construct Only
intenum-valueWrite / Construct
+
+
+

Types and Values

+
++++ + + + + +
 GimpEnumLabel
+
+
+

Object Hierarchy

+
    GObject
+    ╰── GInitiallyUnowned
+        ╰── GtkObject
+            ╰── GtkWidget
+                ╰── GtkMisc
+                    ╰── GtkLabel
+                        ╰── GimpEnumLabel
+
+
+
+

Implemented Interfaces

+

+GimpEnumLabel implements + AtkImplementorIface and GtkBuildable.

+
+
+

Description

+

A GtkLabel subclass that displays an enum value.

+
+
+

Functions

+
+

gimp_enum_label_new ()

+
GtkWidget *
+gimp_enum_label_new (GType enum_type,
+                     gint value);
+
+

Parameters

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

enum_type

the GType of an enum

 

value

an enum value

 
+
+
+

Returns

+

a new GimpEnumLabel.

+
+

Since: 2.4

+
+
+
+

gimp_enum_label_set_value ()

+
void
+gimp_enum_label_set_value (GimpEnumLabel *label,
+                           gint value);
+
+

Parameters

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

label

a GimpEnumLabel

 

value

an enum value

 
+
+

Since: 2.4

+
+
+
+

Types and Values

+
+

GimpEnumLabel

+
typedef struct _GimpEnumLabel GimpEnumLabel;
+
+
+
+

Property Details

+
+

The “enum-type” property

+
  “enum-type”                GType *
+

The GType of the enum.

+

Owner: GimpEnumLabel

+

Flags: Read / Write / Construct Only

+

Allowed values: void

+

Since: 2.8

+
+
+
+

The “enum-value” property

+
  “enum-value”               int
+

The value to display.

+

Owner: GimpEnumLabel

+

Flags: Write / Construct

+

Default value: 0

+

Since: 2.8

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