diff options
author | hobbs <hobbs@noemail.net> | 2003-02-27 00:09:25 (GMT) |
---|---|---|
committer | hobbs <hobbs@noemail.net> | 2003-02-27 00:09:25 (GMT) |
commit | 86a32ab0e67adf3ed4cb6157cbe2a446408a6d70 (patch) | |
tree | 5a49cfc946631fbfcf18705740cdd1d6f646c50e /macosx/README | |
parent | 4f4d49d2b06220cfaa821716d2d4c9bf790da858 (diff) | |
download | tk-86a32ab0e67adf3ed4cb6157cbe2a446408a6d70.zip tk-86a32ab0e67adf3ed4cb6157cbe2a446408a6d70.tar.gz tk-86a32ab0e67adf3ed4cb6157cbe2a446408a6d70.tar.bz2 |
correct 8.4.3 refs to 8.4.2
FossilOrigin-Name: f954b1bbdb892c44aaed0667e39d80104a103211
Diffstat (limited to 'macosx/README')
-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 |