"David J. Topper" <[EMAIL PROTECTED]> writes:
> 
> I tried the gtk_grab_focus and still no dice.  It really *should* work.
> The object in question is actually a large gtk_box, with a row of
> frames, inside each of which is a gtk_entry.
> 
> Just doesn't work ...
> 

You are getting the key press on the entry not the box right? Boxes
won't get key events.

You'll need to gtk_signal_emit_stop_by_name() the key press event, and
return TRUE from the key press callback, so that the default tab
handler doesn't run, probably.

Not sure otherwise. 

Havoc

_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to