GObject ├── GInitiallyUnowned │ ╰── GtkWidget │ ╰── GtkContainer │ ├── GtkToolbar │ │ ╰── EggFindBar │ ├── GtkBox │ │ ├── GtkInfoBar │ │ │ ╰── EvMessageArea │ │ │ ╰── EvProgressMessageArea │ │ ├── EvPropertiesFonts │ │ ├── EvPropertiesLicense │ │ ├── EvSidebarAttachments │ │ ├── EvSidebar │ │ ├── EvSidebarLayers │ │ ├── EvSidebarLinks │ │ ╰── EvSidebarThumbnails │ ╰── GtkBin │ ├── GtkToolItem │ │ ├── GtkToolButton │ │ │ ╰── GtkToggleToolButton │ │ │ ╰── EvNavigationActionWidget │ │ ╰── EvPageActionWidget │ ├── GtkViewport │ │ ╰── EvPasswordView │ ╰── GtkWindow │ ├── GtkDialog │ │ ╰── EvPropertiesDialog │ ╰── GtkApplicationWindow │ ╰── EvWindow ├── GApplication │ ╰── GtkApplication │ ╰── EvApplication ├── EvFileMonitor ├── EvHistory ├── EvMediaPlayerKeys ├── EvMetadata ╰── GtkAction ├── EvNavigationAction ├── EvOpenRecentAction ╰── EvPageAction GInterface ╰── EvSidebarPage