I am learning Python and PyGTK. I'm trying to write a Twitter client. Which widget is best suited for displaying the Tweets (Timeline). I can do it easily with textview but it doesn't support sub widgets to display users image.
Tried using TreeView but it seems to be an overkill and is too complex.
I'm using Glade