killocan Familiar Face
Joined: 23 Jan 2008 Posts: 18 Location: Brasil
|
Posted: Fri May 02, 2008 12:48 pm Post subject: :) |
|
|
I think, i don't make myself clear enough. When i say "inner" i mean, recursive, nested... For example:
I connect the same callback for "focus events" of 2 (GtkEntry) widgets. When i receive a focus_out from edit1 i call gtk_widget_grab_focus(edit2), at this moment (before focus_out finish) i receive a focus_in from edit2. After edit2 focus_in is finished, grab_focus returns. But, if i send, let's say, key_press events while the code is in focus_out event. these events will wait until focus_out finish... So my question is, how many (recursive) events gtk support? :) |
|