30#ifndef SYMBOLSSIDEBAR_H
31#define SYMBOLSSIDEBAR_H
60 void OnMouseRightDown(wxMouseEvent &event);
61 void OnMenu(wxCommandEvent &event);
62 void OnSize(wxSizeEvent &event);
65 wxPanel *m_userSymbols;
67 std::list<wxWindow *> m_userSymbolButtons;
70 wxPanel *m_builtInSymbols;
73 wxWindow *m_worksheet;
75 wxString m_userSymbols_Last;
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:97