wxMaxima
|
This file declares the class EventIDs that contains unique IDs for many events wxMaxima needs. More...
#include <array>
#include <wx/wx.h>
#include <wx/windowid.h>
Go to the source code of this file.
Data Structures | |
class | EventIDs |
The class that contains all event IDs wxMaxima needs. More... | |
This file declares the class EventIDs that contains unique IDs for many events wxMaxima needs.
EventIDs have proven to be a weird thing since
We therefore need to be careful that wxWidgets knows what IDs are currently in use and that wxWidgets doesn't believe we have finished using one ID we will re-use lateron.