Object Hierarchy

    GObject
    ├── GInitiallyUnowned
    │   ├── GtkWidget
    │   │   ├── GtkContainer
    │   │   │   ├── GtkPaned
    │   │   │   │   ╰── GimpBrowser
    │   │   │   ├── GtkBox
    │   │   │   │   ├── GimpBusyBox
    │   │   │   │   ├── GimpColorSelector
    │   │   │   │   │   ├── GimpColorNotebook
    │   │   │   │   │   ├── GimpColorScales
    │   │   │   │   │   ╰── GimpColorSelect
    │   │   │   │   ├── GimpColorSelection
    │   │   │   │   ├── GimpFileEntry
    │   │   │   │   ├── GimpHintBox
    │   │   │   │   ├── GimpMemsizeEntry
    │   │   │   │   ├── GimpPageSelector
    │   │   │   │   ├── GimpPathEditor
    │   │   │   │   ╰── GimpPreview
    │   │   │   │       ╰── GimpScrolledPreview
    │   │   │   ├── GtkBin
    │   │   │   │   ├── GtkButton
    │   │   │   │   │   ├── GimpButton
    │   │   │   │   │   │   ╰── GimpColorButton
    │   │   │   │   │   ╰── GimpPickButton
    │   │   │   │   ├── GtkWindow
    │   │   │   │   │   ╰── GtkDialog
    │   │   │   │   │       ├── GtkFileChooserDialog
    │   │   │   │   │       │   ╰── GimpColorProfileChooserDialog
    │   │   │   │   │       ╰── GimpDialog
    │   │   │   │   ├── GtkComboBox
    │   │   │   │   │   ├── GimpColorProfileComboBox
    │   │   │   │   │   ├── GimpIntComboBox
    │   │   │   │   │   │   ╰── GimpEnumComboBox
    │   │   │   │   │   ├── GimpStringComboBox
    │   │   │   │   │   ╰── GimpUnitComboBox
    │   │   │   │   ╰── GtkFrame
    │   │   │   │       ╰── GimpFrame
    │   │   │   ├── GtkGrid
    │   │   │   │   ├── GimpChainButton
    │   │   │   │   ╰── GimpSizeEntry
    │   │   │   ╰── GtkTextView
    │   │   │       ╰── GimpColorProfileView
    │   │   ├── GtkDrawingArea
    │   │   │   ├── GimpColorArea
    │   │   │   ├── GimpOffsetArea
    │   │   │   ╰── GimpPreviewArea
    │   │   ├── GtkEntry
    │   │   │   ├── GimpColorHexEntry
    │   │   │   ├── GimpNumberPairEntry
    │   │   │   ╰── GtkSpinButton
    │   │   │       ╰── GimpSpinButton
    │   │   ├── GtkRange
    │   │   │   ╰── GtkScale
    │   │   │       ╰── GimpColorScale
    │   │   ├── GtkMisc
    │   │   │   ╰── GtkLabel
    │   │   │       ╰── GimpEnumLabel
    │   │   ╰── GimpRuler
    │   ╰── GtkCellRenderer
    │       ├── GimpCellRendererColor
    │       ╰── GtkCellRendererToggle
    │           ╰── GimpCellRendererToggle
    ├── GimpColorDisplay
    ├── GimpColorDisplayStack
    ├── GtkListStore
    │   ├── GimpColorProfileStore
    │   ╰── GimpIntStore
    │       ╰── GimpEnumStore
    ├── GimpController
    ├── GimpUnitStore
    ╰── GimpZoomModel