diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2006-11-15 13:29:16 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2006-11-15 13:29:16 (GMT) |
commit | 727a1eb8d327db15fa49faa75acf953c5a98e286 (patch) | |
tree | e537d6ac5b14a111f924a40fc23f811044d9ca25 /doc/ttk_label.n | |
parent | ec0f31f7586f53663f156175c39235356beb09e6 (diff) | |
download | tk-727a1eb8d327db15fa49faa75acf953c5a98e286.zip tk-727a1eb8d327db15fa49faa75acf953c5a98e286.tar.gz tk-727a1eb8d327db15fa49faa75acf953c5a98e286.tar.bz2 |
Convert \fP to \fR so that man-page scrapers have an easier time.
Diffstat (limited to 'doc/ttk_label.n')
-rw-r--r-- | doc/ttk_label.n | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/ttk_label.n b/doc/ttk_label.n index 77ac736..02f21eb 100644 --- a/doc/ttk_label.n +++ b/doc/ttk_label.n @@ -10,7 +10,7 @@ ttk::label \- Display a text string and/or image \fBttk::label\fR \fIpathName \fR?\fIoptions\fR? .BE .SH DESCRIPTION -A \fBlabel\fP widget displays a textual label and/or image. +A \fBlabel\fR widget displays a textual label and/or image. The label may be linked to a Tcl variable to automatically change the displayed text. .SO @@ -24,7 +24,7 @@ Specifies how the information in the widget is positioned relative to the inner margins. Legal values are \fBn\fR, \fBne\fR, \fBe\fR, \fBse\fR, \fBs\fR, \fBsw\fR, \fBw\fR, \fBnw\fR, and \fBcenter\fR. -See also \fB-justify\fP. +See also \fB-justify\fR. .OP \-background frameColor FrameColor The widget's background color. If unspecified, the theme default is used. @@ -36,8 +36,8 @@ If unspecified, the theme default is used. .OP \-justify justify Justify If there are multiple lines of text, specifies how the lines are laid out relative to one another. -One of \fBleft\fP, \fBcenter\fP, or \fBright\fP. -See also \fB-anchor\fP. +One of \fBleft\fR, \fBcenter\fR, or \fBright\fR. +See also \fB-anchor\fR. .OP \-padding padding Padding Specifies the amount of extra space to allocate for the widget. The padding is a list of up to four length specifications @@ -70,6 +70,6 @@ than the specified value. \fIpathName \fBinstate \fIstatespec\fR ?\fIscript\fR? .TP \fIpathName \fBstate\fR ?\fIstateSpec\fR? -See \fIwidget(n)\fP +See \fIwidget(n)\fR .SH "SEE ALSO" widget(n) |