Sorry the question may sound stupid, but I do need one. Right now I'm just adding a wx.TextCtrl in my GUI program, and I want to know what styles can I add (such as style=wx.TE_MULTILINE|wx.TE_PROCESS_ENTER), so I googled and end up reading this page: http://www.wxpython.org/docs/api/wx.TextCtrl-class.html. It must be the official one, but I wonder why there's NOT a list of available styles in this page. If the official reference doesn't provide enough info, where should I look at?
Although I finally found what I want in wxPython in Action ebook, just want to know if there's a BIG reference which includes almost all stuff. Thanks a lot!