diff options
Diffstat (limited to 'doc/frame.n')
-rw-r--r-- | doc/frame.n | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/doc/frame.n b/doc/frame.n index 5391bb9..65506ac 100644 --- a/doc/frame.n +++ b/doc/frame.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: frame.n,v 1.7 2007/10/29 16:04:13 dkf Exp $ +'\" RCS: @(#) $Id: frame.n,v 1.8 2007/11/01 10:59:42 dkf Exp $ '\" .so man.macros .TH frame n 8.4 Tk "Tk Built-In Commands" @@ -78,7 +78,6 @@ not added. Normally \fB\-width\fR should not be used if a propagating geometry manager, such as \fBgrid\fR or \fBpack\fR, is used within the frame since the geometry manager will override the width of the frame. .BE - .SH DESCRIPTION .PP The \fBframe\fR command creates a new window (given by the @@ -94,7 +93,6 @@ A frame is a simple widget. Its primary purpose is to act as a spacer or container for complex window layouts. The only features of a frame are its background color and an optional 3-D border to make the frame appear raised or sunken. - .SH "WIDGET COMMAND" .PP The \fBframe\fR command creates a new Tcl command whose @@ -128,14 +126,11 @@ modifies the given widget option(s) to have the given value(s); in this case the command returns an empty string. \fIOption\fR may have any of the values accepted by the \fBframe\fR command. - .SH BINDINGS .PP When a new frame is created, it has no default event bindings: frames are not intended to be interactive. - .SH "SEE ALSO" -labelframe(n), toplevel(n), ttk_frame(n) - +labelframe(n), toplevel(n), ttk::frame(n) .SH KEYWORDS frame, widget |