floating window

once more, THANKS

···

On 3/8/07, Andrea Gavana andrea.gavana@gmail.com wrote:

On 3/8/07, fatima cabot wrote:

Is there a TextControl with scroll bar?

Every wx.TextCtrl has a scrollbar as long as you create it with
wx.TE_MULTILINE style and you input enough text for the scrollbar to

appear:

textCtrl = wx.TextCtrl(parent, -1, "Hello "*600,
style=wx.TE_MULTILINE|wx.TE_RICH2)

Andrea.

“Imagination Is The Only Weapon In The War Against Reality.”

http://xoomer.virgilio.it/infinity77/


To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org

For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org