diff options
author | jenglish <jenglish@flightlab.com> | 2000-07-25 21:14:34 (GMT) |
---|---|---|
committer | jenglish <jenglish@flightlab.com> | 2000-07-25 21:14:34 (GMT) |
commit | 6c8536cfeb0e26f8b5792f423389c6614c98dffd (patch) | |
tree | bea05665891f61ab3749ece3ae4fe07945da4664 /doc/options.n | |
parent | c6bc600d803dbcb3b90be56c4653c52add4ba9b3 (diff) | |
download | tk-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/options.n')
-rw-r--r-- | doc/options.n | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/options.n b/doc/options.n index a55b071..1801a42 100644 --- a/doc/options.n +++ b/doc/options.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: options.n,v 1.5 2000/04/27 18:28:58 ericm Exp $ +'\" RCS: @(#) $Id: options.n,v 1.6 2000/07/25 21:14:35 jenglish Exp $ '\" .so man.macros .TH options n 4.4 Tk "Tk Built-In Commands" @@ -108,6 +108,7 @@ requests when it has a selection. The default is usually for widgets to export selections. .OP \-font font Font Specifies the font to use when drawing text inside the widget. +The value may have any of the forms accepted by \fBTk_GetFont\fR. .OP "\-foreground or \-fg" foreground Foreground Specifies the normal foreground color to use when displaying the widget. .OP \-highlightbackground highlightBackground HighlightBackground @@ -325,8 +326,8 @@ scrollbars and is provided by widgets that support vertical scrolling. See the description of \fBxScrollCommand\fR for details on how this option is used. -.SH SEE ALSO -colors, cursors +.SH "SEE ALSO" +colors, cursors, font .SH KEYWORDS class, name, standard option, switch |