]> git.saurik.com Git - wxWidgets.git/blob - wxPython/wxPython/lib/stattext.py
minor demo tweaks
[wxWidgets.git] / wxPython / wxPython / lib / stattext.py
1 ## This file reverse renames symbols in the wx package to give
2 ## them their wx prefix again, for backwards compatibility.
3
4 import wx.lib.stattext
5
6 __doc__ = wx.lib.stattext.__doc__
7
8 wxGenStaticText = wx.lib.stattext.GenStaticText