summaryrefslogtreecommitdiffstats
path: root/doc/SetOptions.3
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2007-10-24 14:32:55 (GMT)
committerdkf <dkf@noemail.net>2007-10-24 14:32:55 (GMT)
commit78457997c54f8e15462b6753221cb9a4f7d79ba5 (patch)
tree09cfb7c149cd2c0c95d126aa8764f569b3e42063 /doc/SetOptions.3
parentcdc413660803a2d8ed88478d3828b26361cba224 (diff)
downloadtk-78457997c54f8e15462b6753221cb9a4f7d79ba5.zip
tk-78457997c54f8e15462b6753221cb9a4f7d79ba5.tar.gz
tk-78457997c54f8e15462b6753221cb9a4f7d79ba5.tar.bz2
Lots of improvements to look and feel of manual pages
FossilOrigin-Name: 719dc3b1128c165488999004be06a1432d8e6286
Diffstat (limited to 'doc/SetOptions.3')
-rw-r--r--doc/SetOptions.312
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/SetOptions.3 b/doc/SetOptions.3
index 4e94bfc..6e25930 100644
--- a/doc/SetOptions.3
+++ b/doc/SetOptions.3
@@ -4,7 +4,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: SetOptions.3,v 1.13 2007/01/05 00:00:49 nijtmans Exp $
+'\" RCS: @(#) $Id: SetOptions.3,v 1.14 2007/10/24 14:32:57 dkf Exp $
'\"
.so man.macros
.TH Tk_SetOptions 3 8.1 Tk "Tk Library Procedures"
@@ -95,10 +95,12 @@ options are supported, these procedures handle all the details of
parsing options and storing their values into a C structure associated
with the widget or object. The procedures were designed primarily for
widgets in Tk, but they can also be used for other kinds of objects that
-have configuration options. In the rest of this manual page ``widget'' will
-be used to refer to the object whose options are being managed; in
-practice the object may not actually be a widget. The term ``widget
-record'' is used to refer to the C-level structure in
+have configuration options. In the rest of this manual page
+.QW widget
+will be used to refer to the object whose options are being managed; in
+practice the object may not actually be a widget. The term
+.QW "widget record"
+is used to refer to the C-level structure in
which information about a particular widget or object is stored.
.PP
Note: the easiest way to learn how to use these procedures is to