On 21 March 2003, James Henstridge said:
> For pygtk-1.99.x, the above style of updating the adjustment will work
> (assigning to the attribute).
OK, I've upgraded to GTK+ 2.0 and pygtk 1.99.x, and indeed
"adjustment.upper = x" works fine. But, there's just one teeny-tiny
itsy-bitsy little glitch:
adjustment.upper = 5
barfs with
TypeError: upper must be a double
which is just the sort of annoying C-level detail that Python
programmers don't normally have to deal with.
Thanks for the help!
Greg
--
Greg Ward <[EMAIL PROTECTED]> http://www.gerg.ca/
If you and a friend are being chased by a lion, it is not necessary to
outrun the lion. It is only necessary to outrun your friend.
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/