From b2f828793e2d7f586496d46cdbad418983a474dc Mon Sep 17 00:00:00 2001 From: dkf Date: Mon, 15 Oct 2007 20:59:34 +0000 Subject: Fixed example --- doc/ttk_sizegrip.n | 18 +++++++++--------- 1 file 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] \ -- cgit v0.12