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

+Object Hierarchy

+
+    GObject
+    ├── GInitiallyUnowned
+       ╰── GtkObject
+           ├── GtkWidget
+              ├── GtkContainer
+                 ├── GtkPaned
+                    ╰── GtkHPaned
+                        ╰── GimpBrowser
+                 ├── GtkBin
+                    ├── GtkAlignment
+                       ╰── GimpBusyBox
+                    ├── GtkButton
+                       ├── GimpButton
+                          ╰── GimpColorButton
+                       ├── GimpPickButton
+                       ╰── GtkOptionMenu
+                           ╰── GimpUnitMenu
+                    ├── GtkWindow
+                       ╰── GtkDialog
+                           ├── GtkFileChooserDialog
+                              ╰── GimpColorProfileChooserDialog
+                           ╰── GimpDialog
+                    ├── GtkComboBox
+                       ├── GimpColorProfileComboBox
+                       ├── GimpIntComboBox
+                          ╰── GimpEnumComboBox
+                       ├── GimpStringComboBox
+                       ╰── GimpUnitComboBox
+                    ╰── GtkFrame
+                        ╰── GimpFrame
+                 ├── GtkTable
+                    ├── GimpChainButton
+                    ╰── GimpSizeEntry
+                 ├── GtkBox
+                    ├── GimpColorSelector
+                       ├── GimpColorNotebook
+                       ├── GimpColorScales
+                       ╰── GimpColorSelect
+                    ├── GimpColorSelection
+                    ├── GimpFileEntry
+                    ├── GimpHintBox
+                    ├── GimpMemsizeEntry
+                    ├── GimpPageSelector
+                    ├── GimpPathEditor
+                    ╰── GimpPreview
+                        ╰── GimpScrolledPreview
+                 ╰── GtkTextView
+                     ╰── GimpColorProfileView
+              ├── GtkDrawingArea
+                 ├── GimpColorArea
+                 ├── GimpOffsetArea
+                 ╰── GimpPreviewArea
+              ├── GtkEntry
+                 ├── GimpColorHexEntry
+                 ├── GimpNumberPairEntry
+                 ╰── GtkSpinButton
+                     ╰── GimpSpinButton
+              ├── GtkRange
+                 ╰── GtkScale
+                     ╰── GimpColorScale
+              ├── GtkMisc
+                 ├── GtkLabel
+                    ╰── GimpEnumLabel
+                 ╰── GtkImage
+                     ╰── GimpPixmap
+              ╰── GimpRuler
+           ╰── GtkCellRenderer
+               ├── GimpCellRendererColor
+               ╰── GtkCellRendererToggle
+                   ╰── GimpCellRendererToggle
+    ├── GimpColorDisplay
+    ├── GimpColorDisplayStack
+    ├── GtkListStore
+       ├── GimpColorProfileStore
+       ╰── GimpIntStore
+           ╰── GimpEnumStore
+    ├── GimpController
+    ├── GimpUnitStore
+    ╰── GimpZoomModel
+
+
+ + + \ No newline at end of file -- cgit v1.2.3