26 :
Panel(panelManager, dockItem, getTitle(), getStockID())
28 notebook_.append_page(media_, _(
"Media"));
29 notebook_.append_page(clips_, _(
"Clips"));
30 notebook_.append_page(effects_, _(
"Effects"));
31 notebook_.append_page(transitions_, _(
"Transitions"));
33 pack_start(notebook_);
37 AssetsPanel::getTitle()
43 AssetsPanel::getStockID()
45 return "panel_assets";
AssetsPanel(workspace::PanelManager &, Gdl::DockItem &)
Build a new Asset-Panel.
A class to manage DockItem objects for WorkspaceWindow.
A (dockable) panel to organise the assets of a project.
The base class for all dockable panels.
Lumiera GTK UI implementation root.
A set of basic GTK includes for the UI.