25 #ifndef STAGE_PANEL_INFOBOX_PANEL_H 26 #define STAGE_PANEL_INFOBOX_PANEL_H 35 class ErrorLogDisplay;
53 static const char* getTitle();
54 static const gchar* getStockID();
60 Gtk::ButtonBox buttons_;
61 Gtk::Button buttonClear_, buttonClearInfo_, buttonClearErr_;
63 Gtk::Expander logExpander_;
65 std::unique_ptr<widget::ErrorLogDisplay> theLog_;
67 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.