On Dec 15, 2:14 pm, SMALLp <po...@email.t-com.hr> wrote:
> Hy. I need help. I'm using BoxSizer and i put TextCtrl and StaticText
> next to each other and they gor alligned by top of TextCtrl and it looks
> terrible. How can i make thm to be alligned by center of each controll.
>
> Thnaks!
A shortcut flag is to just use wx.CENTER. You might find this wiki
entry useful:
http://wiki.wxpython.org/UsingSizers
This article may be fruitful as well:
http://www.devshed.com/c/a/Python/A-...thon-Controls/
I personally use the wxPython in Action book by Dunn quite a bit. It's
got lots of information, although it's not well organized.
Mike