Every couple of months, I’ll see someone asking how to switch between two views or panels in a wxPython application that they’re working on. Since this is such a common question and because I had it asked last week on the wxPython channel on IRC, I wrote up a quick script that shows how it’s done. Note that in most cases, the user will probably find one of the many notebook widgets to be more than sufficient for their needs. Anyway, let’s take a look at how to do this thing! (more…)
Entries tagged with “panels”.
Did you find what you wanted?
Wed 16 Jun 2010
wxPython: How to Switch Between Panels
Posted by Mike under Cross-Platform, Python, wxPython
[4] Comments