Object Hierarchy

    GObject
    ├── GApplication
    │   ╰── GtkApplication
    │       ╰── XedApp
    ├── GInitiallyUnowned
    │   ╰── GtkWidget
    │       ╰── GtkContainer
    │           ├── GtkBin
    │           │   ├── GtkComboBox
    │           │   │   ╰── XedEncodingsComboBox
    │           │   ├── GtkWindow
    │           │   │   ├── GtkDialog
    │           │   │   │   ╰── GtkFileChooserDialog
    │           │   │   │       ╰── XedFileChooserDialog
    │           │   │   ╰── GtkApplicationWindow
    │           │   │       ╰── XedWindow
    │           │   ╰── XedPanel
    │           ├── GtkNotebook
    │           │   ╰── XedNotebook
    │           ├── GtkBox
    │           │   ├── GtkInfoBar
    │           │   │   ╰── XedProgressInfoBar
    │           │   ├── GtkStatusbar
    │           │   │   ╰── XedStatusbar
    │           │   ╰── XedTab
    │           ╰── GtkTextView
    │               ╰── GtkSourceView
    │                   ╰── XedView
    ├── GtkTextBuffer
    │   ╰── GtkSourceBuffer
    │       ╰── XedDocument
    ├── XedMessageBus
    ├── XedMessage
    ╰── XedPrintJob
    GInterface
    ├── XedAppActivatable
    ├── XedViewActivatable
    ╰── XedWindowActivatable
    GBoxed
    ╰── XedMessageType