41 #ifndef STAGE_PANEL_TIMELINE_PANEL_H 42 #define STAGE_PANEL_TIMELINE_PANEL_H 47 #include <gtkmm/notebook.h> 64 using PageHandle = std::unique_ptr<timeline::TimelinePage>;
65 using Timelines = std::vector<PageHandle>;
78 static const char* getTitle();
79 static const gchar* getStockID();
Dockable panel to hold timeline widget(s).
A class to manage DockItem objects for WorkspaceWindow.
The base class for all dockable panels.
Base class and interface for all dockable panels.
Lumiera GTK UI implementation root.
TimelinePanel(workspace::PanelManager &, Gdl::DockItem &)
void addTimeline(PageHandle &&)
take ownership of the widget and place it into a new tab