Make sure some class names get put into the wx namespace when non-core
modules are imported git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19319 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
# Stuff these names into the wx namespace so wxPyConstructObject can find them
|
# Stuff these names into the wx namespace so wxPyConstructObject can find them
|
||||||
import wx
|
import wx
|
||||||
wx.wxHelpEventPtr = wxHelpEventPtr
|
wx.wxHelpEventPtr = wxHelpEventPtr
|
||||||
|
wx.wxContextHelpButtonPtr = wxContextHelpButtonPtr
|
||||||
|
@@ -1,3 +1,7 @@
|
|||||||
# Stuff these names into the wx namespace so wxPyConstructObject can find them
|
# Stuff these names into the wx namespace so wxPyConstructObject can find them
|
||||||
import wx
|
import wx
|
||||||
wx.wxWizardEventPtr = wxWizardEventPtr
|
wx.wxWizardEventPtr = wxWizardEventPtr
|
||||||
|
wx.wxWizardPagePtr = wxWizardPagePtr
|
||||||
|
wx.wxPyWizardPagePtr = wxPyWizardPagePtr
|
||||||
|
wx.wxWizardPageSimplePtr = wxWizardPageSimplePtr
|
||||||
|
wx.wxWizardPtr = wxWizardPtr
|
||||||
|
Reference in New Issue
Block a user