I'm working with PyGTK, trying to come up with a combination of widgets that will do the following:
- Let me add an endless number of widgets in a column
- Provide a vertical scrollbar to get to the ones that run off the bottom
- Make the widgets' width adjust to fill available horizontal space when the window is resized
Thanks - I'm new to GTK.