gtk.spinbutton and set_value

S

Sandro Dentella

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()
 
J

John Bushnell

Sandro said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top