30#ifndef GREEKSIDEBAR_H_
31#define GREEKSIDEBAR_H_
50 void OnMouseRightDown(wxMouseEvent &event);
51 void OnMenu(wxCommandEvent &event);
52 void OnSize(wxSizeEvent &event);
54 wxPanel *m_upperCasePanel;
55 wxPanel *m_lowerCasePanel;
57 wxSizer *m_lowercaseSizer;
58 wxSizer *m_uppercaseSizer;
59 wxWindow *m_worksheet;
This file declares the class EventIDs that contains unique IDs for many events wxMaxima needs.
The configuration storage for the current worksheet.
Definition: Configuration.h:85