Ronald Kneusel <[EMAIL PROTECTED]> writes: > You were correct! I created a full screen window as a POPUP window > and it wasn't getting keyboard focus. I made it a TOPLEVEL window > without decorations and all it well.
Right, POPUP windows should never be used if you need to type into the window. POPUP means the window manager does not know about the window, so can't focus it. Havoc _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
