//---------------------------------------------------------------------------
+
+int wxNewEventType();
+
class wxEvent {
public:
wxEvent(int id = 0);
public:
wxNotifyEvent(int commandType = wxEVT_NULL, int id = 0);
bool IsAllowed();
+ void Allow();
void Veto();
};