]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/misc.i
Change event names to clarify that they are only fired by button clicks, and note...
[wxWidgets.git] / wxPython / src / misc.i
index a9c849a562370d7fec1f6542fbd1807424868bde..6b5ad1ce3407ea2ecee5da72926389723296727d 100644 (file)
@@ -25,8 +25,6 @@
 %import core.i
 %pythoncode { wx = _core }
 
-%include __misc_rename.i
-
 
 MAKE_CONST_WXSTRING_NOSWIG(EmptyString);
 
@@ -50,5 +48,7 @@ MAKE_CONST_WXSTRING_NOSWIG(EmptyString);
 %include _clipbrd.i
 %include _display.i
 %include _stdpaths.i
+%include _power.i
+%include _about.i
 
 //---------------------------------------------------------------------------