[pygtk] problems with TreeView...

2003-09-27 Thread Thomi Richards
Hi guys, I'm in the process of learning pygtk, and so far it's been great; good documentation and a well structured API have helped a lot. However, I'm having problems with the Treeview concept. I've read the tutorial at: http://liw.iki.fi/liw/texts/gtktreeview-tutorial.html and that's what I

[pygtk] Question about idle_add() and refreshing some widget..

2003-09-27 Thread alejandro david weil
Hi! I'm making a program that has only a widget that's a GtkDrawingArea. In that widget I draw my own objects. Well, I want it to be refreshed as fast to produce some smooth efect in the objects that are moving inside. For drawing the objects inside i've put a expose callback function. And, unti