]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_windows_rename.i
AddFile isn't just for wxMSW
[wxWidgets.git] / wxPython / src / _windows_rename.i
index 47f2aca1a27d4a525d7834cf4999e96d547eb796..c20e838dd711c9eeb8701fe3205f04cab9656bc6 100644 (file)
@@ -1,14 +1,10 @@
 // A bunch of %rename directives generated by ./distrib/build_renamers.py
 // in order to remove the wx prefix from all global scope names.
 
-#ifndef SWIGXML
+#ifndef BUILDING_RENAMERS
 
 %rename(Panel)                              wxPanel;
 %rename(ScrolledWindow)                     wxScrolledWindow;
-%rename(AcceleratorEntry)                   wxAcceleratorEntry;
-%rename(AcceleratorTable)                   wxAcceleratorTable;
-%rename(NullAcceleratorTable)               wxNullAcceleratorTable;
-%rename(GetAccelFromString)                 wxGetAccelFromString;
 %rename(FULLSCREEN_NOMENUBAR)               wxFULLSCREEN_NOMENUBAR;
 %rename(FULLSCREEN_NOTOOLBAR)               wxFULLSCREEN_NOTOOLBAR;
 %rename(FULLSCREEN_NOSTATUSBAR)             wxFULLSCREEN_NOSTATUSBAR;
 %rename(PRINT_MODE_PREVIEW)                 wxPRINT_MODE_PREVIEW;
 %rename(PRINT_MODE_FILE)                    wxPRINT_MODE_FILE;
 %rename(PRINT_MODE_PRINTER)                 wxPRINT_MODE_PRINTER;
+%rename(PRINT_MODE_STREAM)                  wxPRINT_MODE_STREAM;
 %rename(PrintData)                          wxPrintData;
 %rename(PageSetupDialogData)                wxPageSetupDialogData;
 %rename(PageSetupDialog)                    wxPageSetupDialog;