diff options
author | hobbs <hobbs> | 2003-02-27 00:09:26 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2003-02-27 00:09:26 (GMT) |
commit | c399d14c9f3c798fec5b1704fc7df27bd79a4d71 (patch) | |
tree | 5a49cfc946631fbfcf18705740cdd1d6f646c50e | |
parent | e24da68d31b416e9f9c60067d43edf83ec486866 (diff) | |
download | tk-c399d14c9f3c798fec5b1704fc7df27bd79a4d71.zip tk-c399d14c9f3c798fec5b1704fc7df27bd79a4d71.tar.gz tk-c399d14c9f3c798fec5b1704fc7df27bd79a4d71.tar.bz2 |
correct 8.4.3 refs to 8.4.2
-rw-r--r-- | macosx/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/macosx/README b/macosx/README index 5ff000e..c62339e 100644 --- a/macosx/README +++ b/macosx/README @@ -1,7 +1,7 @@ TclTkAqua README ---------------- -RCS: @(#) $Id: README,v 1.5 2003/02/21 03:34:29 das Exp $ +RCS: @(#) $Id: README,v 1.6 2003/02/27 00:09:26 hobbs Exp $ This is the README file for the Mac OS X native versions of Tcl & Tk. @@ -94,7 +94,7 @@ not supported. - Scrollbars: There are two scrollbar variants in Aqua, normal & small. The normal scrollbar has a small dimension of 16, the small variant 12. Access -to the small variant was added in Tk 8.4.3. +to the small variant was added in Tk 8.4.2. - Cursors: You can now put up and spin the Classic MacOS spinner, and the counting hands and watch cursor. The way this is done is each of the spinners @@ -110,7 +110,7 @@ name. So, for instance this code will spin the spinner: $widget configure -cursor spinning$count after 100 spinCursor [incr count] } -This was added in Tk 8.4.3 +This was added in Tk 8.4.2 3. Building TclTkAqua |