Re: Implementing a custom signal with PyGObject

2012-07-07 Thread Moritz Renftle
Hi Simon, the problem was actually in my code and not in GObject or Gtk, what i posted is working. thanks for pointing out the problem of multiple inheritance from GObject and Gtk.Button, it was just a try to see if it changes anything. thank you, moritz Am Freitag, den 06.07.2012, 14:59 -0700 s

Re: Implementing a custom signal with PyGObject

2012-07-06 Thread Simon Feltman
Hi Moritz, A good thing to do would be to pair your example down into something runnable from a console without any dependencies except GObject and Gtk if possible. Anyone helping will have to do this anyway in order to observe the problem. However, something that immediately stuck out in the code,