How do I change the attributes of an adjustment object after it has been
created?

I can set the values of lower, upper, page_size, etc. when I create the
GtkAdjustment but it seems I can't change them afterwards from python.

I'm new to both gtk and pygtk, but apparently I can change those values
in C and call gtk_adjustment_changed afterwards to update e.g. a
scrollbar that uses this adjustment. What's the point of having the
changed() method, if I can't actually change the adjustment?


Thanks in advance

-- 
Bernhard Herzog   | Sketch, a python based drawing program
[EMAIL PROTECTED]  | http://www.online.de/home/sketch/
To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]

Reply via email to