]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/__windows_rename.i
Applied patch #1181805 TextEditMixin and EVT_LIST_END_LABEL_EDIT
[wxWidgets.git] / wxPython / src / __windows_rename.i
index 952d313909bca8e2076d60514fb7f57d56413b4c..517ad4c354b7bf418fa0436459a17efd81229090 100644 (file)
@@ -27,6 +27,8 @@
 %rename(FRAME_NO_TASKBAR)                   wxFRAME_NO_TASKBAR;
 %rename(FRAME_SHAPED)                       wxFRAME_SHAPED;
 %rename(FRAME_DRAWER)                       wxFRAME_DRAWER;
+%rename(FRAME_EX_METAL)                     wxFRAME_EX_METAL;
+%rename(DIALOG_EX_METAL)                    wxDIALOG_EX_METAL;
 %rename(DIALOG_MODAL)                       wxDIALOG_MODAL;
 %rename(DIALOG_MODELESS)                    wxDIALOG_MODELESS;
 %rename(USER_COLOURS)                       wxUSER_COLOURS;
 %rename(CHOICEDLG_STYLE)                    wxCHOICEDLG_STYLE;
 %rename(MultiChoiceDialog)                  wxMultiChoiceDialog;
 %rename(SingleChoiceDialog)                 wxSingleChoiceDialog;
+%rename(TextEntryDialogStyle)               wxTextEntryDialogStyle;
 %rename(TextEntryDialog)                    wxTextEntryDialog;
 %rename(PasswordEntryDialog)                wxPasswordEntryDialog;
 %rename(FontData)                           wxFontData;
 %rename(PyPrintPreview)                     wxPyPrintPreview;
 %rename(PyPreviewFrame)                     wxPyPreviewFrame;
 %rename(PyPreviewControlBar)                wxPyPreviewControlBar;
-%rename(PrintFactory)                       wxPrintFactory;
-%rename(PrintNativeDataBase)                wxPrintNativeDataBase;
 
 #endif