I’m trying to write a simple GTD-style todo list app with python and gtk to learn python. I want a container that can select an individual list from a lot of choices. It would be something like the list of notebooks area in tomboy. Not a combobox.
As you can probably tell I’m a beginner and the terminology is probably off.
Can you please tell me what it is I’m looking for and an overview of how to implement it?
It sounds like you just want a listbox, unless you’re describing something more complex than I’m picturing.
Wikipedia has a list of GUI widgets that you may find informative.