Re: [wxpython-users] programatically scrolling a textctrl?
by Alec Bennett other posts by this author
Jul 19 2008 6:56AM messages near this date
[wxpython-users] programatically scrolling a textctrl?
|
[wxpython-users] Different versions of OSX
Got it. For anyone else coming down this path:
textbox.ShowPosition(200)
You can see how long your text box is with:
textbox.GetLastPosition()
_______________________________________________
wxpython-users mailing list
wxpython-users@[...].org
http://lists.wxwidgets.org/mailman/listinfo/wxpython-users
Thread:
Alec Bennett
Alec Bennett
|