|  |  |  |  | 
    GObject
    ├── GInitiallyUnowned
    │   ╰── GtkObject
    │       ├── GtkWidget
    │       │   ├── GtkContainer
    │       │   │   ├── GtkPaned
    │       │   │   │   ╰── GtkHPaned
    │       │   │   │       ╰── GimpBrowser
    │       │   │   ├── GtkBin
    │       │   │   │   ├── GtkButton
    │       │   │   │   │   ├── GimpButton
    │       │   │   │   │   │   ╰── GimpColorButton
    │       │   │   │   │   ├── GimpPickButton
    │       │   │   │   │   ╰── GtkOptionMenu
    │       │   │   │   │       ╰── GimpUnitMenu
    │       │   │   │   ├── GtkComboBox
    │       │   │   │   │   ├── GimpColorProfileComboBox
    │       │   │   │   │   ├── GimpIntComboBox
    │       │   │   │   │   │   ╰── GimpEnumComboBox
    │       │   │   │   │   ├── GimpStringComboBox
    │       │   │   │   │   ╰── GimpUnitComboBox
    │       │   │   │   ├── GtkWindow
    │       │   │   │   │   ╰── GtkDialog
    │       │   │   │   │       ╰── GimpDialog
    │       │   │   │   ╰── GtkFrame
    │       │   │   │       ╰── GimpFrame
    │       │   │   ├── GtkTable
    │       │   │   │   ├── GimpChainButton
    │       │   │   │   ╰── GimpSizeEntry
    │       │   │   ╰── GtkBox
    │       │   │       ├── GimpColorSelector
    │       │   │       │   ├── GimpColorNotebook
    │       │   │       │   ├── GimpColorScales
    │       │   │       │   ╰── GimpColorSelect
    │       │   │       ├── GimpColorSelection
    │       │   │       ├── GimpFileEntry
    │       │   │       ├── GimpMemsizeEntry
    │       │   │       ├── GimpPageSelector
    │       │   │       ├── GimpPathEditor
    │       │   │       ╰── GimpPreview
    │       │   │           ╰── GimpScrolledPreview
    │       │   ├── GtkDrawingArea
    │       │   │   ├── GimpColorArea
    │       │   │   ├── GimpOffsetArea
    │       │   │   ╰── GimpPreviewArea
    │       │   ├── GtkEntry
    │       │   │   ├── GimpColorHexEntry
    │       │   │   ╰── GimpNumberPairEntry
    │       │   ├── GtkRange
    │       │   │   ╰── GtkScale
    │       │   │       ╰── GimpColorScale
    │       │   ├── GtkMisc
    │       │   │   ├── GtkLabel
    │       │   │   │   ╰── GimpEnumLabel
    │       │   │   ╰── GtkImage
    │       │   │       ╰── GimpPixmap
    │       │   ╰── GimpRuler
    │       ╰── GtkCellRenderer
    │           ├── GimpCellRendererColor
    │           ╰── GtkCellRendererToggle
    │               ╰── GimpCellRendererToggle
    ├── GimpColorDisplay
    ├── GimpColorDisplayStack
    ├── GtkListStore
    │   ├── GimpColorProfileStore
    │   ╰── GimpIntStore
    │       ╰── GimpEnumStore
    ├── GimpController
    ├── GimpUnitStore
    ╰── GimpZoomModel