X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/299647acac7960652aadb008775429c1f8ea9b8d..7b466aee088c864029f6838ecc598010cd68412b:/wxPython/demo/RightTextCtrl.py diff --git a/wxPython/demo/RightTextCtrl.py b/wxPython/demo/RightTextCtrl.py index 9d28c46c79..aa8e3e8bb1 100644 --- a/wxPython/demo/RightTextCtrl.py +++ b/wxPython/demo/RightTextCtrl.py @@ -1,28 +1,11 @@ -# 11/21/2003 - Jeff Grimmett (grimmtooth@softhome.net) -# -# o Updated for wx namespace -# -# 11/30/2003 - Jeff Grimmett (grimmtooth@softhome.net) -# -# o The rightalign library needs converted for this to work correctly. -# -# 12/11/2003 - Jeff Grimmett (grimmtooth@softhome.net) -# -# o All issues resolved. -# -# 12/20/2003 - Jeff Grimmett (grimmtooth@softhome.net) -# -# o wxRightTextCtrl -> RightTextCtrl -# - -############################################################################\ -# Note: this demo has been converted, but the control is deprecated because | -# wx.TextCtrl now supports the wx.TE_RIGHT style flag, which makes this | -# control completely superfluous. | -############################################################################/ +#####################################################################\ +# Note: This control is deprecated because wx.TextCtrl now supports | +# the wx.TE_RIGHT style flag, which makes this control completely | +# superfluous. | +#####################################################################/ import wx -import wx.lib.rightalign as right +import wx.lib.rightalign as right #----------------------------------------------------------------------