]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_accel.i
fix building/running of tex2rtf
[wxWidgets.git] / wxPython / src / _accel.i
index 5f0bee9ed2fb2fae9529fab810cb1ff5972e8dd5..0cf237d15260eb954032449a89897543d5cbce62 100644 (file)
@@ -154,7 +154,8 @@ items or or of 3-tuples (flags, keyCode, cmdID)
     wxAcceleratorTable(int n, const wxAcceleratorEntry* entries);
     ~wxAcceleratorTable();
 
-    bool Ok() const;
+    bool IsOk() const;
+    %pythoncode { Ok = IsOk }
 };