Mon 25 Jul 2011
wxPython: Windows Styles and Events Hunter
Posted by Mike under Python, wxPython
[9] Comments
If you’re a long time reader of this blog, then you will know that I really like the wxPython GUI toolkit. Something that seems to stump new wxPython users is how to find out what styles and events each widget has though. It does take some practice to learn how the documentation works, but there’s a nice little program that Andrea Gavana put together that he calls the Windows Styles and Events Hunter. It was released a couple years ago on the mailing list, but I don’t think it was very popular. I use it for answering questions on the wxPython mailing list or on their IRC channel, so I know it’s pretty handy.
Here’s what it looks like in action:
Let’s take a look and try it out! (more…)
