It is not currently possible to do this with pygtk.  The GTK+ type system
is one part of gtk that is difficult wrap.  What do you need the
functionality for?

James.

--
Email: [EMAIL PROTECTED]
WWW:   http://www.daa.com.au/~james/


On Mon, 25 Oct 1999, WroBELL wrote:

>  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]
> 

To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]

Reply via email to