Object Hierarchy

    GObject
    ├── GInitiallyUnowned
    │   ├── DzlAnimation
    │   ├── GtkWidget
    │   │   ├── GtkContainer
    │   │   │   ├── GtkBin
    │   │   │   │   ├── GtkWindow
    │   │   │   │   │   ├── GtkApplicationWindow
    │   │   │   │   │   │   ╰── DzlApplicationWindow
    │   │   │   │   │   ├── DzlCountersWindow
    │   │   │   │   │   ├── DzlDockWindow
    │   │   │   │   │   ├── GtkDialog
    │   │   │   │   │   │   ╰── DzlShortcutAccelDialog
    │   │   │   │   │   ├── DzlShortcutsWindow
    │   │   │   │   │   ╰── DzlSuggestionPopover
    │   │   │   │   ├── DzlBin
    │   │   │   │   │   ├── DzlDockRevealer
    │   │   │   │   │   │   ╰── DzlDockBinEdge
    │   │   │   │   │   ├── DzlDockOverlayEdge
    │   │   │   │   │   ├── DzlDockWidget
    │   │   │   │   │   ╰── DzlTab
    │   │   │   │   ├── DzlCenteringBin
    │   │   │   │   ├── GtkEventBox
    │   │   │   │   │   ├── DzlDockOverlay
    │   │   │   │   │   ╰── DzlPillBox
    │   │   │   │   ├── DzlElasticBin
    │   │   │   │   ├── DzlEmptyState
    │   │   │   │   ├── DzlFileChooserEntry
    │   │   │   │   ├── GtkListBoxRow
    │   │   │   │   │   ╰── DzlListBoxRow
    │   │   │   │   │       ╰── DzlSuggestionRow
    │   │   │   │   ├── GtkButton
    │   │   │   │   │   ├── GtkToggleButton
    │   │   │   │   │   │   ├── GtkMenuButton
    │   │   │   │   │   │   │   ├── DzlMenuButton
    │   │   │   │   │   │   │   ╰── DzlProgressMenuButton
    │   │   │   │   │   │   ╰── GtkCheckButton
    │   │   │   │   │   │       ╰── DzlMenuButtonItem
    │   │   │   │   │   ╰── DzlProgressButton
    │   │   │   │   ├── DzlPreferencesBin
    │   │   │   │   │   ├── DzlPreferencesEntry
    │   │   │   │   │   ├── DzlPreferencesFileChooserButton
    │   │   │   │   │   ├── DzlPreferencesFontButton
    │   │   │   │   │   ├── DzlPreferencesSpinButton
    │   │   │   │   │   ╰── DzlPreferencesSwitch
    │   │   │   │   ├── DzlPreferencesGroup
    │   │   │   │   ├── DzlPreferencesPage
    │   │   │   │   ├── DzlPreferencesView
    │   │   │   │   ├── DzlRadioBox
    │   │   │   │   ├── GtkScrolledWindow
    │   │   │   │   │   ╰── DzlScrolledWindow
    │   │   │   │   ├── DzlSearchBar
    │   │   │   │   ├── DzlShortcutThemeEditor
    │   │   │   │   ├── GtkPopover
    │   │   │   │   │   ╰── DzlSimplePopover
    │   │   │   │   ╰── DzlStackList
    │   │   │   ├── GtkBox
    │   │   │   │   ├── DzlBox
    │   │   │   │   ├── DzlDockStack
    │   │   │   │   ├── DzlEntryBox
    │   │   │   │   ├── DzlPathBar
    │   │   │   │   ├── DzlPriorityBox
    │   │   │   │   ├── DzlShortcutLabel
    │   │   │   │   ├── DzlShortcutSimpleLabel
    │   │   │   │   ├── DzlShortcutsGroup
    │   │   │   │   ├── DzlShortcutsSection
    │   │   │   │   ├── DzlShortcutsShortcut
    │   │   │   │   ╰── DzlTabStrip
    │   │   │   ├── DzlColumnLayout
    │   │   │   │   ╰── DzlPreferencesFlowBox
    │   │   │   ├── DzlDockBin
    │   │   │   ├── DzlMultiPaned
    │   │   │   │   ╰── DzlDockPaned
    │   │   │   ├── GtkListBox
    │   │   │   │   ╰── DzlListBox
    │   │   │   ├── DzlSlider
    │   │   │   ├── GtkStack
    │   │   │   │   ╰── DzlSuggestionButton
    │   │   │   ├── DzlThreeGrid
    │   │   │   ╰── GtkTreeView
    │   │   │       ╰── DzlTree
    │   │   ├── GtkMisc
    │   │   │   ╰── GtkLabel
    │   │   │       ╰── DzlBoldingLabel
    │   │   ├── GtkDrawingArea
    │   │   │   ├── DzlGraphView
    │   │   │   │   ╰── DzlCpuGraph
    │   │   │   ╰── DzlProgressIcon
    │   │   ├── DzlSimpleLabel
    │   │   ╰── GtkEntry
    │   │       ╰── DzlSuggestionEntry
    │   ├── DzlTreeBuilder
    │   ╰── DzlTreeNode
    ├── GApplication
    │   ╰── GtkApplication
    │       ╰── DzlApplication
    ├── DzlBindingGroup
    ├── DzlBoxTheatric
    ├── DzlChildPropertyAction
    ├── DzlGraphModel
    │   ╰── DzlCpuModel
    ├── GtkCssProvider
    │   ╰── DzlCssProvider
    ├── DzlDirectoryModel
    ├── DzlDirectoryReaper
    ├── DzlDockManager
    ├── DzlDockTransientGrab
    ├── DzlFileTransfer
    ├── DzlFuzzyIndexBuilder
    ├── DzlFuzzyIndexCursor
    ├── DzlFuzzyIndex
    ├── DzlFuzzyIndexMatch
    ├── DzlGraphColumn
    ├── DzlGraphLineRenderer
    ├── GMenuModel
    │   ╰── DzlJoinedMenu
    ├── DzlListModelFilter
    ├── DzlListStoreAdapter
    ├── DzlMenuManager
    ├── DzlPathElement
    ├── DzlPath
    ├── DzlPropertiesGroup
    ├── DzlReadOnlyListModel
    ├── DzlRecursiveFileMonitor
    ├── DzlSettingsFlagAction
    ├── DzlSettingsSandwich
    ├── DzlShortcutContext
    ├── DzlShortcutController
    ├── DzlShortcutManager
    ├── GtkTreeStore
    │   ├── DzlShortcutModel
    │   ╰── DzlTreeStore
    ├── DzlShortcutTheme
    ├── DzlShortcutTooltip
    ├── DzlSignalGroup
    ├── DzlStateMachine
    ├── GtkEntryBuffer
    │   ╰── DzlSuggestionEntryBuffer
    ├── DzlSuggestion
    ├── DzlTaskCache
    ├── DzlThemeManager
    ├── DzlWidgetActionGroup
    ╰── GtkEventController
        ╰── GtkEventControllerMotion
    GInterface
    ├── DzlDockItem
    ├── DzlDock
    ├── DzlGraphRenderer
    ╰── DzlPreferences
    GEnum
    ├── DzlDockRevealerTransitionType
    ├── DzlShortcutMatch
    ├── DzlSliderPosition
    ├── DzlThreeGridColumn
    ├── DzlTitlebarAnimation
    ╰── DzlTreeDropPosition
    GBoxed
    ├── DzlFuzzyMutableIndex
    ├── DzlHeap
    ├── DzlPatternSpec
    ├── DzlShortcutChord
    ╰── DzlTrie
    gpointer
    ╰── DzlShortcutChordTable
    GFlags
    ├── DzlShortcutPhase
    ├── DzlTabStyle
    ╰── DzlFileTransferFlags