Sorry, the question may sound silly, but I need it. Now I just add wx.TextCtrl to my graphics program and I want to know what styles can be added (for example, style = wx.TE_MULTILINE | wx.TE_PROCESS_ENTER), so I googled and finally read this page: http: // www .wxpython.org / docs / api / wx.TextCtrl-class.html . This should be official, but I'm wondering why there is no list of available styles on this page. If the official link does not contain enough information, where should I look?
Although I finally found what I want in wxPython in the Action ebook, I just want to know if there is a BIG link that includes almost everything. Many thanks!
Shane source share