gtk.spinbutton and set_value

John Bushnell bushnell at chem.ucsb.edu
Wed Mar 29 21:31:56 EST 2006


Sandro Dentella wrote:
> Hi all,
>
>   why my spinbutton doesn't show '120'?
>   why, if I write in a number, it is reset to 0 wen Enter is pressed?
>
>   TYA
>   sandro
>
>
>    import gtk
>
>    w = gtk.Window()
>    spin = gtk.SpinButton()
>    w.add(spin)
>    w.show_all()
>    spin.set_value(120)
>    gtk.main()
>

You should probably try pygtk questions out on the PyGTK mailing list:

http://www.daa.com.au/mailman/listinfo/pygtk

         Good luck!  -  John




More information about the Python-list mailing list