diff options
Diffstat (limited to 'doc/ttk_frame.n')
-rw-r--r-- | doc/ttk_frame.n | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/ttk_frame.n b/doc/ttk_frame.n index da7a00a..efb6fa6 100644 --- a/doc/ttk_frame.n +++ b/doc/ttk_frame.n @@ -8,7 +8,7 @@ ttk::frame \- Simple container widget \fBttk::frame\fR \fIpathName \fR?\fIoptions\fR? .BE .SH DESCRIPTION -A \fBframe\fP widget is a container, used to group other widgets together. +A \fBframe\fR widget is a container, used to group other widgets together. .SO \-class \-cursor \-takefocus \-style .SE @@ -18,8 +18,8 @@ The desired width of the widget border. Defaults to 0. .OP -relief relief Relief One of the standard Tk border styles: \fBflat\fR, \fBgroove\fR, \fBraised\fR, \fBridge\fR, -\fBsolid\fR, or \fBsunken\fP. -Defaults to \fBflat\fP. +\fBsolid\fR, or \fBsunken\fR. +Defaults to \fBflat\fR. .OP -padding padding Padding Additional padding to include inside the border. .OP -width width Width @@ -28,14 +28,14 @@ If specified, the widget's requested width in pixels. If specified, the widget's requested height in pixels. .SH "WIDGET COMMAND" Supports the standard widget commands -\fBconfigure\fP, \fBcget\fP, \fBinstate\fP, and \fBstate\fP; -see \fIwidget(n)\fP. +\fBconfigure\fR, \fBcget\fR, \fBinstate\fR, and \fBstate\fR; +see \fIwidget(n)\fR. .SH "NOTES" -Note that if the \fBpack\fP, \fBgrid\fP, or other geometry managers -are used to manage the children of the \fBframe\fP, +Note that if the \fBpack\fR, \fBgrid\fR, or other geometry managers +are used to manage the children of the \fBframe\fR, by the GM's requested size will normally take precedence -over the \fBframe\fP widget's \fB-width\fP and \fB-height\fP options. -[\fBpack propagate\fP] and [\fBgrid propagate\fP] can be used +over the \fBframe\fR widget's \fB-width\fR and \fB-height\fR options. +[\fBpack propagate\fR] and [\fBgrid propagate\fR] can be used to change this. .SH "SEE ALSO" widget(n), labelframe(n) |