diff options
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 6da57f4..b48c7fb 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.8 2007/10/24 14:32:59 dkf Exp $ +'\" RCS: @(#) $Id: ttk_sizegrip.n,v 1.9 2007/10/26 12:25:38 dkf Exp $ '\" .so man.macros .TH ttk_sizegrip n 8.5 Tk "Tk Themed Widget" @@ -40,7 +40,7 @@ pack [\fBttk::sizegrip\fR $top.statusbar.grip] -side right -anchor se .PP Using \fBgrid\fR: .CS -grid [\Bttk::sizegrip\fR $top.statusbar.grip] \e +grid [\fBttk::sizegrip\fR $top.statusbar.grip] \e -row $lastRow -column $lastColumn -sticky se # ... optional: add vertical scrollbar in $lastColumn, # ... optional: add horizontal scrollbar in $lastRow |