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