Reputation: 3775
What I am looking for is a control or option that I can use slide sections of my GUI in and out of view. Im considering using different tabs to do this, but that would mean I would have 16 tabs, and I don't like the way it looks.
What I have in mind is a series of labels down the right side of my gui. A click on each label would slide out (or in) the info about that label while leaving the persistent part of the gui still visible.
Upvotes: 1
Views: 132
Reputation: 33071
There are lots of other "book" controls that might fit your need. Try the Listbook or the Toolbook controls. There are examples in the wxPython demo or you can try http://www.blog.pythonlibrary.org/2009/12/03/the-book-controls-of-wxpython-part-1-of-2/2/ or http://www.blog.pythonlibrary.org/2009/12/03/the-book-controls-of-wxpython-part-1-of-2/3/
Upvotes: 2