summaryrefslogtreecommitdiffstats
path: root/doc/SetOptions.3
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2007-10-26 20:13:21 (GMT)
committerdgp <dgp@noemail.net>2007-10-26 20:13:21 (GMT)
commit4064529ba9703e507a2b41d4cccbec2b661d1d48 (patch)
tree8355bd802491be2c1de242e0598914b0bb36fca5 /doc/SetOptions.3
parent67ef9220fa871ce137f6e2cbb4fe3784396e1ff3 (diff)
downloadtk-4064529ba9703e507a2b41d4cccbec2b661d1d48.zip
tk-4064529ba9703e507a2b41d4cccbec2b661d1d48.tar.gz
tk-4064529ba9703e507a2b41d4cccbec2b661d1d48.tar.bz2
* doc/*.1: Revert doc changes that broke
* doc/*.3: `make html` so we can get the release * doc/*.n: out the door. FossilOrigin-Name: 4fe4274467a1800529131c86ff155c4c0b03db8a
Diffstat (limited to 'doc/SetOptions.3')
-rw-r--r--doc/SetOptions.312
1 files changed, 5 insertions, 7 deletions
diff --git a/doc/SetOptions.3 b/doc/SetOptions.3
index 6e25930..27f6f84 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.14 2007/10/24 14:32:57 dkf Exp $
+'\" RCS: @(#) $Id: SetOptions.3,v 1.15 2007/10/26 20:13:23 dgp Exp $
'\"
.so man.macros
.TH Tk_SetOptions 3 8.1 Tk "Tk Library Procedures"
@@ -95,12 +95,10 @@ 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
-.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
+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
which information about a particular widget or object is stored.
.PP
Note: the easiest way to learn how to use these procedures is to