I have a window with a child window containing a socket. I need to detect when the keyboard focus changes from a widget in the parent window to a widget in the plug window.
I am getting no gdk events once the mouse enters the plug window until it leaves. I have tried g_signal_connect
for focus-in-event
on the child window & the plug window and I don't get any callback presumably because they themselves don't have keyboard focus.
Is there a way to be notified of this focus change?