Hello,

Is it possible for windows to share focus? If so, how do I
go about it? I have a textview widget that always has to be
focused to enable users type without interruption.

Once in a while a completion window appears in the textview
that users can interact with optionally, via the Up/Down
arrow keys.

The problem is everytime, the completion window appears,
depending on the window hints I use, either the textview
buffer or completion window entry looses focus.

Is there anything I can do to ensure that both widgets have
focus? Any pointers as to how I can implement this is
appreciated.

Thanks
_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to