GObject
├── GInitiallyUnowned
│ ╰── CtkWidget
│ ╰── CtkContainer
│ ├── CtkToolbar
│ │ ╰── EggFindBar
│ ├── CtkBox
│ │ ├── CtkInfoBar
│ │ │ ╰── EvMessageArea
│ │ │ ╰── EvProgressMessageArea
│ │ ├── EvPropertiesFonts
│ │ ├── EvPropertiesLicense
│ │ ├── EvSidebarAttachments
│ │ ├── EvSidebar
│ │ ├── EvSidebarLayers
│ │ ├── EvSidebarLinks
│ │ ╰── EvSidebarThumbnails
│ ╰── CtkBin
│ ├── CtkToolItem
│ │ ├── CtkToolButton
│ │ │ ╰── CtkToggleToolButton
│ │ │ ╰── EvNavigationActionWidget
│ │ ╰── EvPageActionWidget
│ ├── CtkViewport
│ │ ╰── EvPasswordView
│ ╰── CtkWindow
│ ├── CtkDialog
│ │ ╰── EvPropertiesDialog
│ ╰── CtkApplicationWindow
│ ╰── EvWindow
├── GApplication
│ ╰── CtkApplication
│ ╰── EvApplication
├── EvFileMonitor
├── EvHistory
├── EvMediaPlayerKeys
├── EvMetadata
╰── CtkAction
├── EvNavigationAction
├── EvOpenRecentAction
╰── EvPageAction
GInterface
╰── EvSidebarPage