[pygtk] Alignment & scale
Gustavo Niemeyer
niemeyer at conectiva.com
Tue Oct 19 00:30:20 WST 2004
Hello folks,
I've noticed that the default values for xscale and yscale in
gtk.Alignment have recently been changed from 0.0 to 1.0:
>>> import gtk
>>> align = gtk.Alignment()
>>> align.get_property("xscale")
1.0
>>> align.get_property("yscale")
1.0
Documentation is still pointing out that both parameters
default to 0.0.
--
Gustavo Niemeyer
http://niemeyer.net
More information about the pygtk
mailing list