summaryrefslogtreecommitdiffstats
path: root/doc/text.n
diff options
context:
space:
mode:
authorjenglish <jenglish@flightlab.com>2000-07-25 21:14:34 (GMT)
committerjenglish <jenglish@flightlab.com>2000-07-25 21:14:34 (GMT)
commit6c8536cfeb0e26f8b5792f423389c6614c98dffd (patch)
treebea05665891f61ab3749ece3ae4fe07945da4664 /doc/text.n
parentc6bc600d803dbcb3b90be56c4653c52add4ba9b3 (diff)
downloadtk-6c8536cfeb0e26f8b5792f423389c6614c98dffd.zip
tk-6c8536cfeb0e26f8b5792f423389c6614c98dffd.tar.gz
tk-6c8536cfeb0e26f8b5792f423389c6614c98dffd.tar.bz2
CanvPsY.3, ConfigWidg.3, CrtImgType.3, CrtItemType.3,
FontId.3, GetFont.3, canvas.n, font.n, options.n, text.n: Documentation fix: Replaced references to XFontStruct * and Tk_FontStruct with Tk_Font.
Diffstat (limited to 'doc/text.n')
-rw-r--r--doc/text.n12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/text.n b/doc/text.n
index eb88142..a8c03f6 100644
--- a/doc/text.n
+++ b/doc/text.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: text.n,v 1.6 2000/02/01 11:40:58 hobbs Exp $
+'\" RCS: @(#) $Id: text.n,v 1.7 2000/07/25 21:14:35 jenglish Exp $
'\"
.so man.macros
.TH text n 4.0 Tk "Tk Built-In Commands"
@@ -339,7 +339,7 @@ as an empty string, then a solid fill will be used.
.TP
\fB\-font \fIfontName\fR
\fIFontName\fR is the name of a font to use for drawing characters.
-It may have any of the forms accepted by \fBTk_GetFontStruct\fR.
+It may have any of the forms accepted by \fBTk_GetFont\fR.
.TP
\fB\-foreground \fIcolor\fR
\fIColor\fR specifies the color to use when drawing text and other
@@ -524,7 +524,7 @@ motions if a mouse button is down; the update will be deferred
until all mouse buttons have been released).
Neither of these special marks may be deleted.
-.SH EMBEDDED WINDOWS
+.SH "EMBEDDED WINDOWS"
.PP
The third form of annotation in text widgets is an embedded window.
Each embedded window annotation causes a window to be displayed
@@ -595,7 +595,7 @@ stretched.
Specifies the name of a window to display in the annotation.
.VS
-.SH EMBEDDED IMAGES
+.SH "EMBEDDED IMAGES"
.PP
The final form of annotation in text widgets is an embedded image.
Each embedded image annotation causes an image to be displayed
@@ -664,7 +664,7 @@ the top and on the bottom of the embedded image.
It may have any of the usual forms defined for a screen distance.
.VE
-.SH THE SELECTION
+.SH "THE SELECTION"
.PP
Selection support is implemented via tags.
If the \fBexportSelection\fR option for the text widget is true
@@ -690,7 +690,7 @@ the text widget are tied to the \fB\-background\fR,
tag: changes in either will automatically be reflected in the
other.
-.SH THE INSERTION CURSOR
+.SH "THE INSERTION CURSOR"
.PP
The mark named \fBinsert\fR has special significance in text widgets.
It is defined automatically when a text widget is created and it