On Mon, 27 Dec 2004 14:13:02 -0500 (EST), Chuck Robey <[EMAIL PROTECTED]> wrote:

> I am probably wrong, but I figured that the way to do this would be to get
> to the button widget part of things, and look for a 'pressed' signal.  I
> can't figure out how to get the button widget, though ... the 'child'
> attribute gets you the Entry widget, not the button (which I did use, in
> my first attempt, and that worked great).
> 
> Can I get some help in doing the task I want to accomplish?  Should I
> perhaps not go after that button?  Or, how would I detect that the popdown
> list is about to pop down?

I wanted to do something similar some time ago and had no success. If
I remember correctly, there is no way to do this -- I couldn't find a
way to bind to the pop-down event.

You can see the thread here:
http://www.mail-archive.com/pygtk@daa.com.au/msg09474.html

I believe I never put in a bugzilla report/request for this but it
might be worth searching for existing requests and adding one if there
isn't one. I know I could use this functionality and I imagine it's
something that's often wanted.

Tom
_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to