diff options
author | das <das> | 2007-04-23 21:19:51 (GMT) |
---|---|---|
committer | das <das> | 2007-04-23 21:19:51 (GMT) |
commit | d9795b0519475a21d05443913628efa3d77016e8 (patch) | |
tree | fe965b290a03ca8c1b7cb594de83946edd91db53 /doc/cursors.n | |
parent | 921d2a390c8884b77bdd682e15e9235a8f67e093 (diff) | |
download | tk-d9795b0519475a21d05443913628efa3d77016e8.zip tk-d9795b0519475a21d05443913628efa3d77016e8.tar.gz tk-d9795b0519475a21d05443913628efa3d77016e8.tar.bz2 |
* doc/colors.n: document new Mac OS X system colors.
* doc/cursors.n: document new Mac OS X native cursors.
* doc/font.n: document new Mac OS X 'menu' system font.
* doc/wm.n: document new Mac OS X [wm attributes].
* doc/ttk_image.n: fix 'make html' warning.
* doc/canvas.n: fix nroff typo.
Diffstat (limited to 'doc/cursors.n')
-rw-r--r-- | doc/cursors.n | 28 |
1 files changed, 24 insertions, 4 deletions
diff --git a/doc/cursors.n b/doc/cursors.n index fba41bb..e79e1d5 100644 --- a/doc/cursors.n +++ b/doc/cursors.n @@ -2,7 +2,9 @@ '\" Copyright (c) 1998-2000 by Scriptics Corporation. '\" All rights reserved. '\" -'\" RCS: @(#) $Id: cursors.n,v 1.4 2006/12/17 00:43:06 mdejong Exp $ +'\" Copyright (c) 2006-2007 Daniel A. Steffen <das@users.sourceforge.net> +'\" +'\" RCS: @(#) $Id: cursors.n,v 1.5 2007/04/23 21:19:51 das Exp $ '\" '\" .so man.macros @@ -135,8 +137,8 @@ wait .RE .TP -\fBMacintosh\fR -On Macintosh systems, the following cursors are mapped to native cursors: +\fBMac OS X\fR +On Mac OS X systems, the following cursors are mapped to native cursors: .RS .CS arrow @@ -148,10 +150,28 @@ plus watch xterm .CE -And the following additional cursors are available: +And the following additional native cursors are available: .CS +copyarrow +aliasarrow +contextualmenuarrow text cross-hair +closedhand +openhand +pointinghand +resizeleft +resizeright +resizeleftright +resizeup +resizedown +resizeupdown +notallowed +poof +countinguphand +countingdownhand +countingupanddownhand +spinning .CE .RE |