Hi Michael, On Wed, 13 Jun 2012 11:23:55 +0200 Michael Lange <klappn...@web.de> wrote: > Thus spoketh Mark Summerfield <l...@qtrac.plus.com> > unto us on Wed, 13 Jun 2012 08:12:10 +0100: > > > Hi, > > > > I have Python 3.2 with Tcl/Tk 8.5, but there doesn't seem to be a > > ttk.Spinbox widget even though that widget is part of Tcl/Tk 8.5: > > http://www.tcl.tk/man/tcl8.5/TkCmd/ttk_spinbox.htm > > > > Why is that? > > Apparently no one has added it to the ttk wrapper module yet :( > Obviously the spinbox was not there in earlier versions of ttk, that > might explain this. Here, with Tk-8.5.8, I actually have a ttk_spinbox > manpage installed, but: > > $ wish > % ttk::entry .e > .e > % ttk::spinbox .s > invalid command name "ttk::spinbox" > %
I just tried the above (and then pack .e and pack .s) and it worked. But I have 8.5.11. So maybe it'll get wrapped Python 3.4 (since I guess it is too late for 3.3?) -- Mark Summerfield, Qtrac Ltd, www.qtrac.eu C++, Python, Qt, PyQt - training and consultancy "Programming in Go" - ISBN 0321774639 http://www.qtrac.eu/gobook.html _______________________________________________ Tkinter-discuss mailing list Tkinter-discuss@python.org http://mail.python.org/mailman/listinfo/tkinter-discuss