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

+Object Hierarchy

+
+    GObject
+    ╰── GInitiallyUnowned
+        ╰── GtkObject
+            ╰── GtkWidget
+                ├── GtkContainer
+                   ├── GtkBox
+                      ├── GimpPreview
+                         ├── GimpAspectPreview
+                         ╰── GimpScrolledPreview
+                             ├── GimpDrawablePreview
+                             ╰── GimpZoomPreview
+                      ╰── GimpSelectButton
+                          ├── GimpBrushSelectButton
+                          ├── GimpFontSelectButton
+                          ├── GimpGradientSelectButton
+                          ├── GimpPaletteSelectButton
+                          ╰── GimpPatternSelectButton
+                   ╰── GtkBin
+                       ├── GtkComboBox
+                          ╰── GimpIntComboBox
+                              ├── GimpChannelComboBox
+                              ├── GimpDrawableComboBox
+                              ├── GimpImageComboBox
+                              ├── GimpLayerComboBox
+                              ╰── GimpVectorsComboBox
+                       ╰── GtkWindow
+                           ╰── GtkDialog
+                               ╰── GimpDialog
+                                   ╰── GimpProcBrowserDialog
+                ╰── GtkProgress
+                    ╰── GtkProgressBar
+                        ╰── GimpProgressBar
+
+
+ + + \ No newline at end of file -- cgit v1.2.3