Johannes> Is there a replacement for gtk_input_add_full ?

Not that I'm aware of.  As of gtk 1.3.12 it's there and present in PyGtk:

    >>> gtk.gtk_version
    (1, 3, 12)
    >>> gtk.input_add_full 
    <built-in function input_add_full>

I see no indication in the reference man page at

    http://developer.gnome.org/doc/API/2.0/gtk/gtk-general.html#GTK-INPUT-ADD-FULL

that it's deprecated either.

    Johannes> Or is gtk_input_add_full in opposite to the gdk version not
    Johannes> depricated ?

I believe it's safe to use...

-- 
Skip Montanaro ([EMAIL PROTECTED] - http://www.mojam.com/)
_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk

Reply via email to