Pekka Niiranen wrote: > How can I change its behaviour so that when I hit Enter on current cell > the cursor moves automatically to cell below it? > > (I should bind the Enter -button and call <some method> > to adjust current cell location)
call focus_set() on the widget that should get focus: http://effbot.org/tkinterbook/widget.htm#Tkinter.Widget.focus_set-method </F> _______________________________________________ Tkinter-discuss mailing list [email protected] http://mail.python.org/mailman/listinfo/tkinter-discuss
