diff options
Diffstat (limited to 'doc/ttk_frame.n')
-rw-r--r-- | doc/ttk_frame.n | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/ttk_frame.n b/doc/ttk_frame.n index ee52bed..8095016 100644 --- a/doc/ttk_frame.n +++ b/doc/ttk_frame.n @@ -10,7 +10,7 @@ .SH NAME ttk::frame \- Simple container widget .SH SYNOPSIS -\fBttk::frame\fR \fIpathName \fR?\fIoptions\fR? +\fBttk::frame\fI pathName \fR?\fIoptions\fR? .BE .SH DESCRIPTION .PP @@ -35,9 +35,10 @@ If specified, the widget's requested width in pixels. If specified, the widget's requested height in pixels. .SH "WIDGET COMMAND" .PP -Supports the standard widget commands -\fBconfigure\fR, \fBcget\fR, \fBidentify\fR, \fBinstate\fR, and \fBstate\fR; -see \fIttk::widget(n)\fR. +Frame widgets support the standard commands +\fBcget\fR, \fBconfigure\fR, \fBidentify element\fR, \fBinstate\fR, +\fBstate\fR and \fBstyle\fR +(see \fBttk::widget\fR). .SH "NOTES" .PP Note that if the \fBpack\fR, \fBgrid\fR, or other geometry managers |