|
Re: wxPython listboxsize
Oh, so it does accept tuples as well? And all this time I've been using wx.Size and wx.Point everywhere. What a waste of keystrokes. Haha.
I would assume wxPython is more geared towards making powerful GUIs, to obtain complete control over the class hierarchy of events and windows. If you want a simple GUI, Tkinter may be the better choice. It's always good to try out both and see which one works for you. Good luck.
|