|
|
|
Graphical Applications with Tcl and Tk, Second Edition
by Eric Foster-Johnson
M&T Books (Wiley), 1997
ISBN 1-55851-569-0
|
Table of Contents
|
|
|
|
Errata
|
|
|
The following typos have been found in the book. Thanks to David Fisher
for pointing them out. If you have found any problems, please
send me a message. Thanks.
- Page 28, Table 2.1
- Two words are reversed in the entries on text in quotes
and braces. The table should read:
|
"Text in quotes"
|
Pass the text between the quotes as
one argument, performing command and
variable substitution.
|
|
{Text in braces}
|
Pass the text between the braces as
one argument; defer substitution
until later.
|
- Page 303, code example
- The text widget search commands have a double dash,
--, which got munged to a single long dash. Look for:
#Search for text.
set indx [$textwidget search -- \
$search_for $find_last_indx end]
There are two cases of this on page 303.
- Page 721, URL for ET (Embedded Tk)
- The URL has moved to
http://www.hwaci.com/sw/et/ET.html. Note that ET is no longer being
actively developed.
|
|
|
|
|