« Return to Thread: emit_stop_by_name

Re: emit_stop_by_name

by Steph Fox :: Rate this Message:

Reply to Author | View in Thread

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


> Couldn't find any information on the net with regards to the above...
>
> Thanks and Regards,
> /kksou
>
> --
> View this message in context:
> http://www.nabble.com/emit_stop_by_name-tf2513138.html#a7008642
> Sent from the Php - GTK - General mailing list archive at Nabble.com.
>
> --
> PHP-GTK General Mailing List (http://gtk.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
> __________ NOD32 1.1380 (20060125) Information __________
>
> This message was checked by NOD32 antivirus system.
> http://www.eset.com
>
>

--
PHP-GTK General Mailing List (http://gtk.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

 « Return to Thread: emit_stop_by_name