I have a presentation program, and I have a vertical list with slides. I was wanting to put a horizontal list for re-ordering, and easy movement between slides.
It would look something like this, and might even have a horizontal scrollbar:
+------+------+------+------+-+
| S1 | S2 | S3 | S4 | |
<===========================> Scrollbar
+-----------------------------+
Does PyGTK have support for a horizontal list that I am overlooking, or do I need to implement it using a table? Or maybe a better interface would be just to have another vertical column, but I kind of like the idea of a horizontal list.