wx.TextCtrl question

Hugues JEAN-BAPTISTE hjb at agorinfo.fr
Fri Sep 1 10:28:25 PDT 2006


Hi all,

Is it possible (and how) to modify the width of a TextCtrl in a sizer ?
I have tried :
...
t = wx.TextCtrl(self.panel, -1, 'AAAA')
...
t.SetSize(wx.Size(20, -1))
...
This doesn't work !...

Thanks in advance for help.

Friendly.

-- 

Hugues JEAN-BAPTISTE (hjb at agorinfo.fr)
AGORINFO S.A.S. (http://www.agorinfo.fr)





More information about the wxpython-users mailing list