30#ifndef SYMBOLSSIDEBAR_H
31#define SYMBOLSSIDEBAR_H
57 void OnMouseRightDown(wxMouseEvent &event);
58 void OnMenu(wxCommandEvent &event);
59 void OnSize(wxSizeEvent &event);
62 wxPanel *m_userSymbols;
64 std::list<wxWindow *> m_userSymbolButtons;
65 wxSizer *m_userSymbolsSizer;
67 wxWindow *m_worksheet;
69 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:85