diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-05-25 22:27:12 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-05-25 22:27:12 (GMT) |
commit | ac5a0244804c10b290f2985d2b93ee0ae8cd5d56 (patch) | |
tree | 51782bb1d83e1170c984aa7fd685088fd6cd6906 /doc/ttk_sizegrip.n | |
parent | c8cd567d79a989ca81b6913b695665b2ab079bd9 (diff) | |
download | tk-ac5a0244804c10b290f2985d2b93ee0ae8cd5d56.zip tk-ac5a0244804c10b290f2985d2b93ee0ae8cd5d56.tar.gz tk-ac5a0244804c10b290f2985d2b93ee0ae8cd5d56.tar.bz2 |
Minor typo corrections, from [Bug 1663527]
Diffstat (limited to 'doc/ttk_sizegrip.n')
-rw-r--r-- | doc/ttk_sizegrip.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ttk_sizegrip.n b/doc/ttk_sizegrip.n index 41e9565..5a3d445 100644 --- a/doc/ttk_sizegrip.n +++ b/doc/ttk_sizegrip.n @@ -4,7 +4,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: ttk_sizegrip.n,v 1.3 2006/12/13 23:04:33 hobbs Exp $ +'\" RCS: @(#) $Id: ttk_sizegrip.n,v 1.4 2007/05/25 22:27:12 dkf Exp $ '\" .so man.macros .TH ttk_sizegrip n 8.5 Tk "Tk Themed Widget" @@ -50,7 +50,7 @@ grid [ttk::sizegrip $top.statusbar.grip] \ .SH "BUGS" If the containing toplevel's position was specified -relative to the right or bottom of the sceen +relative to the right or bottom of the screen (e.g., \fB[wm geometry ... \fIw\fBx\fIh\fB-\fIx\fB-\fIy\fB]\fR instead of \fB[wm geometry ... \fIw\fBx\fIh\fB+\fIx\fB+\fIy\fB]\fR), the sizegrip widget will not resize the window. |