]> git.saurik.com Git - wxWidgets.git/blame - wxPython/src/_wizard_rename.i
wx.InitAllImageHandlers is now an empty function that does nothing but
[wxWidgets.git] / wxPython / src / _wizard_rename.i
CommitLineData
d14a1e28
RD
1// A bunch of %rename directives generated by ./distrib/build_renamers.py
2// in order to remove the wx prefix from all global scope names.
3
bf5ff0c3 4#ifndef BUILDING_RENAMERS
d14a1e28
RD
5
6%rename(WIZARD_EX_HELPBUTTON) wxWIZARD_EX_HELPBUTTON;
7%rename(WizardEvent) wxWizardEvent;
8%rename(WizardPage) wxWizardPage;
9%rename(PyWizardPage) wxPyWizardPage;
10%rename(WizardPageSimple) wxWizardPageSimple;
11%rename(Wizard) wxWizard;
12
13#endif