35 :
Panel(panelManager, dockItem, getTitle(), getStockID())
37 notebook_.append_page(media_, _(
"Media"));
38 notebook_.append_page(clips_, _(
"Clips"));
39 notebook_.append_page(effects_, _(
"Effects"));
40 notebook_.append_page(transitions_, _(
"Transitions"));
42 pack_start(notebook_);
46 AssetsPanel::getTitle()
52 AssetsPanel::getStockID()
54 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.