"Ian King" <[EMAIL PROTECTED]> writes:
> In follow up to the previous message, it seems that the key events are not
> passed through for a popup window, but are for a top level window. Is there
> a reason for this?
> 

Yes, GTK_WINDOW_POPUP windows are not known to the window manager. So
the window manager won't ever give them focus.

You shouldn't use GTK_WINDOW_POPUP for windows that require focus,
only for things like tooltips and menus.

Havoc

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

Reply via email to