I just started to learn gui with wxpython

I can see many objects have a style attribute,
for example TextCtrl,
self.inputArea = wx.TextCtrl(self.background, style=wx.TE_PROCESS_ENTER)


Where can I see a list of available style for each object?


Thanks

Go to http://www.wxpython.org/onlinedocs.php and select "Alphabetical class reference",
click on the widget that you are interested. This is normally what I do. However, as a beginner, I think "wxPython in Action" is a good book to begin with.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.