Well, this is straight forward in pygtk1.2:
 >>>hscale.get_adjustment().connect("value_changed",value_changed_fn)
with something like:
 >>>def value_changed_fn(adjustment):
Does pygtk2 do it differently?

[EMAIL PROTECTED] wrote:

> Suppose I have a color editor widget composed of a container and three
> HScale widgets.  Can I create a "value-changed" signal using PyGtk2 that
> will be emitted when any of the HScale widgets changes?  If so, how?
> 
> Thx,
> 

_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk

Reply via email to