32#include "StringUtils.h"
33#include "Configuration.h"
35#include <wx/stattext.h>
59 bool forceShow =
false);
60 wxWindow *GetTextObject()
const {
return m_buttonText; }
64 void CharButtonPressed(wxCommandEvent &event);
65 void OnSize(wxSizeEvent &event);
66 void OnIdleEvent(wxIdleEvent &event);
67 void MouseOverPanel(wxMouseEvent &event);
68 void MouseOverText(wxMouseEvent &event);
69 void MouseLeftPanel(wxMouseEvent &event);
70 void MouseLeftText(wxMouseEvent &event);
72 void MouseOverTextIs(
bool mouseOver =
true);
73 void MouseOverPanelIs(
bool mouseOver =
true);
74 wxString m_description;
77 bool m_mouseOverPanel =
false;
78 bool m_mouseOverText =
false;
79 bool m_backgroundColorChangeNeeded =
false;
80 wxStaticText *m_buttonText;
81 wxWindow *m_worksheet;
The configuration storage for the current worksheet.
Definition: Configuration.h:85