Yang Zhang wrote:
> Hi, I'm trying to position a pop-up Window to always be directly under 
> an Entry box, but I'm not sure what signal(s) to react to.
> 
> For instance, I tried entry.connect_after('focus-in-event', ...) to 
> handle the initial positioning (I also hide the window on 
> 'focus-out-event'), and that mostly seems to work, but if I resize the 
> window, the reaction is too early since the geometry of the entry is not 
> yet fully updated.  How can I handle this situation appropriately?

Another example: I'd like to set the cursor position in the entry to the 
end of the text whenever focus changes to the entry, but doing this from 
focus-in-event doesn't work (the entire text still gets highlighted).
-- 
Yang Zhang
http://www.mit.edu/~y_z/
_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Reply via email to