diff options
author | hobbs <hobbs> | 2005-02-14 20:40:33 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2005-02-14 20:40:33 (GMT) |
commit | 496ad1df6abb7e07d1c616e01bb3715ad49ab695 (patch) | |
tree | 6eda1c6eea62608113b4564fbda4ea421d26c30f /doc | |
parent | 3569658900ea07e63e3fbea4cd266011a34552ac (diff) | |
download | tk-496ad1df6abb7e07d1c616e01bb3715ad49ab695.zip tk-496ad1df6abb7e07d1c616e01bb3715ad49ab695.tar.gz tk-496ad1df6abb7e07d1c616e01bb3715ad49ab695.tar.bz2 |
* doc/options.n: note -cursor {} behavior. [Bug 965618]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/options.n | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/options.n b/doc/options.n index 29477c4..c71b87e 100644 --- a/doc/options.n +++ b/doc/options.n @@ -5,7 +5,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: options.n,v 1.9 2004/09/19 16:05:37 dkf Exp $ +'\" RCS: @(#) $Id: options.n,v 1.10 2005/02/14 20:40:35 hobbs Exp $ '\" .so man.macros .TH options n 4.4 Tk "Tk Built-In Commands" @@ -91,6 +91,8 @@ The value may have any of the forms acceptable to \fBTk_GetPixels\fR. .OP \-cursor cursor Cursor Specifies the mouse cursor to be used for the widget. The value may have any of the forms acceptable to \fBTk_GetCursor\fR. +In addition, if an empty string is specified, it indicates that the +widget should defer to its parent for cursor specification. .OP \-compound compound Compound Specifies if the widget should display text and bitmaps/images at the same time, and if so, where the bitmap/image should be placed relative |