PyGTK/Quickly Add string to ListStore
- by AllRadioisDead
I'm trying to build an application that will prompt the user for a string, and then add that string to a Scrolling Listview object using quickly and PyGTK.
I've been following this tutorial:
http://developer.ubuntu.com/resources/app-developer-cookbook/multimedia/creating-a-simple-media-player/
When I hit the add button, the prompt comes up…