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