Thu 3 Dec 2009
The “Book” Controls of wxPython (Part 1 of 2)
Posted by Mike under Python, wxPython
View Comments
If you’re new to GUI programming (and wxPython in particular), you may not know what a “book” control is. It may be that other languages call this control something different too. In wxPython, a book control allows the user to switch between various panels. The most common examples are browsers and system option dialogs with tabbed interfaces. This article will walk you though the creation and basic configuration of these controls. (more…)