How can I add new signal to GtkObject? For example:

---------
 class MyObject(GtkObject):
        def __init__(self):
                self.new_signal_function("new_signal")

 x=MyObject()
 x.connect("new_signal", new_signal_callback)
----------

    Is it possible with pygtk?

 WroBELL <[EMAIL PROTECTED]>
To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]

Reply via email to