« Return to Thread: emit_stop_by_name

Re: emit_stop_by_name

by kksou :: Rate this Message:

Reply to Author | View in Thread

Steph Fox wrote:
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.
I was facing a situation similar to "tab key/field order problem" which you have helped to answer in Feb 2005:
http://marc.theaimsgroup.com/?l=php-gtk-general&m=110962563019541&w=2

As noted there, "the emit_stop_by_name is needed to prevent other handlers in the chain
from handling the event (without it, the focus changes, but a tab gets
inserted as well)"

Regards,
/kksou


 « Return to Thread: emit_stop_by_name