diff options
Diffstat (limited to 'doc/ttk_panedwindow.n')
-rw-r--r-- | doc/ttk_panedwindow.n | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/ttk_panedwindow.n b/doc/ttk_panedwindow.n index d38a007..1c7661e 100644 --- a/doc/ttk_panedwindow.n +++ b/doc/ttk_panedwindow.n @@ -1,4 +1,4 @@ -'\" $Id: ttk_panedwindow.n,v 1.1 2006/10/31 01:42:25 hobbs Exp $ +'\" $Id: ttk_panedwindow.n,v 1.2 2006/11/15 13:29:17 dkf Exp $ '\" Copyright (c) 2005 Joe English .so man.macros .TH ttk_panedwindow n 8.5 Tk "Tk Themed Widget" @@ -24,16 +24,16 @@ by dragging the sash between panes. .SH "WIDGET OPTIONS" .OP \-orient orient Orient Specifies the orientation of the window. -If \fBvertical\fP, subpanes are stacked top-to-bottom; -if \fBhorizontal\fP, subpanes are stacked left-to-right. +If \fBvertical\fR, subpanes are stacked top-to-bottom; +if \fBhorizontal\fR, subpanes are stacked left-to-right. .SH "PANE OPTIONS" The following options may be specified for each pane: .OP \-weight weight Weight An integer specifying the relative stretchability of the pane. When the paned window is resized, the extra space is added -or subracted to each pane proportionally to its \fB-weight\fP. +or subracted to each pane proportionally to its \fB-weight\fR. .SH "WIDGET COMMAND" -Supports the standard \fBconfigure\fR, \fBcget\fR, \fBstate\fP, +Supports the standard \fBconfigure\fR, \fBcget\fR, \fBstate\fR, and \fBinstate\fR commands; see \fIwidget(n)\fR for details. Additional commands: .TP @@ -59,7 +59,7 @@ Query or modify the options of the specified \fIpane\fR, where \fIpane\fR is either an integer index or the name of a managed subwindow. If no \fI-option\fR is specified, returns a dictionary of the pane option values. -If one \fI-option\fP is specified, returns the value of that \fIoption\fR. +If one \fI-option\fR is specified, returns the value of that \fIoption\fR. Otherwise, sets the \fI-option\fRs to the corresponding \fIvalue\fRs. .SH "INTERNAL ROUTINES" The following routines are used internally by the \fBpaned\fR widget |