Tkinter scrolling canvas questions

Eric Brunel eric.brunel at pragmadev.com
Fri Nov 29 10:23: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/

I used the first quite a lot in the beginning, but now I know how to 
translate tk commands to Python methods, I tend to use the man pages a lot 
more, if not exclusively.

HTH
-- 
- Eric Brunel <eric.brunel at pragmadev.com> -
PragmaDev : Real Time Software Development Tools - http://www.pragmadev.com



More information about the Python-list mailing list