Il giorno lun, 06/11/2006 alle 19.00 -0500, Noah Schwartz ha scritto:

> I don't seem to be able to capture the click event for ProgressBar. I tried 
> connecting the button-press-event to a function but, it wasn't getting 
> called. Then I set it up to capture all events and still I wasn't capturing 
> clicks.

Maybe I am wrong, but the progressbar doesn't support clicking events.
You can create a button (which is a container) and associate a progress
bar as child. This way, when you press the progress bar, you really
press the button, that emits the clicked signal.
You can give no border to the button, making it invisible.

Bye.

-- 
Alessandro Pellizzari


_______________________________________________
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