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

GimpProgressBar

+

GimpProgressBar — A widget providing a progress bar.

+
+
+

Functions

+
++++ + + + + +
+GtkWidget * + +gimp_progress_bar_new () +
+
+
+

Types and Values

+
++++ + + + + +
 GimpProgressBar
+
+
+

Object Hierarchy

+
    GObject
+    ╰── GInitiallyUnowned
+        ╰── GtkObject
+            ╰── GtkWidget
+                ╰── GtkProgress
+                    ╰── GtkProgressBar
+                        ╰── GimpProgressBar
+
+
+
+

Implemented Interfaces

+

+GimpProgressBar implements + AtkImplementorIface and GtkBuildable.

+
+
+

Description

+

A widget providing a progress bar that automatically redirects any +progress calls to itself.

+
+
+

Functions

+
+

gimp_progress_bar_new ()

+
GtkWidget *
+gimp_progress_bar_new (void);
+

Creates a new GimpProgressBar widget.

+
+

Returns

+

the new widget.

+
+

Since: 2.2

+
+
+
+

Types and Values

+
+

GimpProgressBar

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