summaryrefslogtreecommitdiffstats
path: root/doc/ttk_sizegrip.n
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2007-10-15 20:59:34 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2007-10-15 20:59:34 (GMT)
commitb2f828793e2d7f586496d46cdbad418983a474dc (patch)
treea0cba1b6488bd7429412d97df978adb3a2e64ab1 /doc/ttk_sizegrip.n
parent4deff0ff0c407c0ebb6f888fd28b94b0ef39bdb0 (diff)
downloadtk-b2f828793e2d7f586496d46cdbad418983a474dc.zip
tk-b2f828793e2d7f586496d46cdbad418983a474dc.tar.gz
tk-b2f828793e2d7f586496d46cdbad418983a474dc.tar.bz2
Fixed example
Diffstat (limited to 'doc/ttk_sizegrip.n')
-rw-r--r--doc/ttk_sizegrip.n18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/ttk_sizegrip.n b/doc/ttk_sizegrip.n
index 5a3d445..58f5626 100644
--- a/doc/ttk_sizegrip.n
+++ b/doc/ttk_sizegrip.n
@@ -3,9 +3,9 @@
'\"
'\" 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.4 2007/05/25 22:27:12 dkf Exp $
-'\"
+'\"
+'\" RCS: @(#) $Id: ttk_sizegrip.n,v 1.5 2007/10/15 20:59:34 dkf Exp $
+'\"
.so man.macros
.TH ttk_sizegrip n 8.5 Tk "Tk Themed Widget"
.BS
@@ -21,25 +21,25 @@ A \fBttk::sizegrip\fR widget (also known as a \fIgrow box\fR)
allows the user to resize the containing toplevel window
by pressing and dragging the grip.
.SO
-\-class \-cursor \-state \-style
+\-class \-cursor \-state \-style
\-takefocus
.SE
.SH "WIDGET COMMAND"
-Sizegrip widgets support the standard
-\fBcget\fR, \fBconfigure\fR, \fBinstate\fR, and \fBstate\fR
+Sizegrip widgets support the standard
+\fBcget\fR, \fBconfigure\fR, \fBinstate\fR, and \fBstate\fR
methods. No other widget methods are used.
.SH "PLATFORM-SPECIFIC NOTES"
On Mac OSX, toplevel windows automatically include a built-in
size grip by default.
-Adding an \fBttk::sizegrip\fR there is harmless, since
-the built-in grip will just mask the widget.
+Adding an \fBttk::sizegrip\fR there is harmless, since
+the built-in grip will just mask the widget.
.SH EXAMPLES
.CS
# Using pack:
pack [ttk::frame $top.statusbar] -side bottom -fill x
-pack [ttk::sizegrip $top.statusbar.grip -side right -anchor se]
+pack [ttk::sizegrip $top.statusbar.grip] -side right -anchor se
# Using grid:
grid [ttk::sizegrip $top.statusbar.grip] \