Tkinter scrolling canvas questions

Laura Creighton lac at strakt.com
Fri Nov 29 11:11:51 EST 2002


> Richard Kuhns wrote:
> > Would you mind telling me what you used for a reference to find info on
> > winfo_height() and update()?  Did you just install and read through the
> > Tcl/Tk docs, or is there a particular book you like?
> 
> I've never had any books about Python or Tkinter or Tk. The only references 
> I ever used are Fredrik Lundh's "An introduction to Tkinter" @ 
> http://www.pythonware.com/library/tkinter/introduction/index.htm and Tcl/Tk 
> online man pages @ http://www.tcl.tk/man/

http://www.nmt.edu/tcc/help/lang/python/tkinter.html (John Shipman's 84
page document) has some useful things as well; check out page 9 for a
list of all the mouse cursors you can specify.  When the above doesn't
work, I get out Brent B. Welch's Practical Programming in Tcl and Tk.

Laura Creighton




More information about the Python-list mailing list