]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/events.i
Changed the img2py tool to use PNG instead of XPM for embedding image
[wxWidgets.git] / wxPython / src / events.i
index 1b348b9dd9cc505afa17db953b3981881839c22a..b5b27ce5ed76cdc56f78000197b266c6e7e51803 100644 (file)
@@ -302,6 +302,7 @@ class wxMenuEvent: public wxEvent {
 public:
     wxMenuEvent(WXTYPE id = 0, int id = 0);
     int GetMenuId();
+    bool IsPopup();
 };
 
 //---------------------------------------------------------------------------