|  |  |  |  | 
    GObject
    ├── GInitiallyUnowned
    │   ├── GtkWidget
    │   │   ╰── GtkContainer
    │   │       ╰── GtkBin
    │   │           ├── GtkWindow
    │   │           │   ╰── GtkDialog
    │   │           │       ├── GspellCheckerDialog
    │   │           │       ╰── GspellLanguageChooserDialog
    │   │           ╰── GtkButton
    │   │               ╰── GspellLanguageChooserButton
    │   ╰── GspellNavigatorTextView
    ├── GspellChecker
    ├── GspellEntryBuffer
    ├── GspellEntry
    ├── GspellTextBuffer
    ╰── GspellTextView
    GInterface
    ├── GspellLanguageChooser
    ╰── GspellNavigator
    GEnum
    ╰── GspellCheckerError
    GBoxed
    ╰── GspellLanguage