PDA

View Full Version : pygtk DrawingArea



DiegoTe5
July 28th, 2009, 02:15 AM
Hi all,
I have been writing a pathfinding app in python using pygtk for the GUI. The problem is that I'm using a pygt.DrawingArea widget and I'm getting the configure-event signal twice! This is supposed to be triggered when the widget is resized but I'm getting it twice every time that happens. I'm only connecting a callback once. I remember having the exact same problem half a year ago in other app but I don't seem to have noted down how to solve it (I did solve it last time around)... shame on me.
I've been searching all over the net but a solution is nowhere to be found and I didn't know where else to ask for help.
I'm willing to post whatever information if necessary.

Thanks for the help.