2 # Load all symbols that should appear in the wxPython.wx namespace
4 from _core
import __version__
7 from _controls
import *
14 # Make some aliases to help backawrds compatibility for the old
15 # namespace. This is only for code that is using tthe wxPython.wx
16 # package and using names and classes in the old way. New code should
17 # use the wx namespace and the new names.
19 wxPyDefaultPosition
= wxDefaultPosition
20 wxPyDefaultSize
= wxDefaultSize
21 wxNoRefBitmap
= wxBitmap
22 wxSystemSettings_GetSystemColour
= wxSystemSettings_GetColour
23 wxSystemSettings_GetSystemFont
= wxSystemSettings_GetFont
24 wxSystemSettings_GetSystemMetric
= wxSystemSettings_GetMetric
26 wxNamedColor
= wxNamedColour
32 def wxPyTypeCast(obj
, typeStr
):
35 wxPy_isinstance
= isinstance