34 #ifndef STAGE_PANEL_INFOBOX_PANEL_H 35 #define STAGE_PANEL_INFOBOX_PANEL_H 44 class ErrorLogDisplay;
62 static const char* getTitle();
63 static const gchar* getStockID();
69 Gtk::ButtonBox buttons_;
70 Gtk::Button buttonClear_, buttonClearInfo_, buttonClearErr_;
72 Gtk::Expander logExpander_;
74 std::unique_ptr<widget::ErrorLogDisplay> theLog_;
76 void reflect_LogErrorState (
bool);
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.