Re: Popup windows



"Ian King" <king eiffel com> 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




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]