Hi,
> php-gtk1 has the function GtkObject::emit_stop_by_name
>
http://gtk.php.net/manual1/en/gtk.gtkobject.method.emit_stop_by_name.php>
> From the php-gtk2 Inspector, this function does not exist.
>
> Does anybody know if this function is no longer available in php-gtk2? Or
> it
> has not been implemented yet.
From the GTK 2.0 manual:
gtk_signal_emit_stop_by_name is deprecated and should not be used in
newly-written code. Use g_signal_stop_emission_by_name() instead.
> If it is dropped, is there any function that would achieve the same
> functionaility?
There is in GTK+ (well, in GObject to be precise,) but it's very low-level
stuff - it would need to be wrapped nicely for PHP-GTK. And no, nobody's
looked into that one yet.
What exactly are you trying to do? - I ask because there may well be a
workaround in amongst the existing code base.
- Steph
--
PHP-GTK General Mailing List (
http://gtk.php.net/)
To unsubscribe, visit:
http://www.php.net/unsub.php