]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/events.i
typo fixed
[wxWidgets.git] / wxPython / src / events.i
index b534f076b7f2d4d43e8bc91545a52cba533b1b14..d1454016dccc7fd65fa8165d752a45abdf57ffd6 100644 (file)
@@ -30,6 +30,9 @@
 
 //---------------------------------------------------------------------------
 
+
+int wxNewEventType();
+
 class wxEvent {
 public:
     wxEvent(int id = 0);
@@ -383,6 +386,7 @@ class wxNotifyEvent : public wxCommandEvent {
 public:
     wxNotifyEvent(int commandType = wxEVT_NULL, int id = 0);
     bool IsAllowed();
+    void Allow();
     void Veto();
 };