summaryrefslogtreecommitdiffstats
path: root/doc/AddOption.3
diff options
context:
space:
mode:
authorjenglish <jenglish@flightlab.com>2007-12-10 16:21:48 (GMT)
committerjenglish <jenglish@flightlab.com>2007-12-10 16:21:48 (GMT)
commit5c8f2ae9ffd186404e2a20ae2ccf84a940b68e3a (patch)
tree0ee94da3d693347342e32e793d31e0bf84d910b4 /doc/AddOption.3
parentf617bac301ba7c2a99d135217b39fc1545d80915 (diff)
downloadtk-5c8f2ae9ffd186404e2a20ae2ccf84a940b68e3a.zip
tk-5c8f2ae9ffd186404e2a20ae2ccf84a940b68e3a.tar.gz
tk-5c8f2ae9ffd186404e2a20ae2ccf84a940b68e3a.tar.bz2
Various markup fixes
(mostly: missing quotes on .SH arguments, extraneous .PPs)
Diffstat (limited to 'doc/AddOption.3')
-rw-r--r--doc/AddOption.315
1 files changed, 5 insertions, 10 deletions
diff --git a/doc/AddOption.3 b/doc/AddOption.3
index eccc8f2..a461f89 100644
--- a/doc/AddOption.3
+++ b/doc/AddOption.3
@@ -2,7 +2,7 @@
'\" Copyright (c) 1998-2000 by Scriptics Corporation.
'\" All rights reserved.
'\"
-'\" RCS: @(#) $Id: AddOption.3,v 1.4 2007/01/05 00:00:49 nijtmans Exp $
+'\" RCS: @(#) $Id: AddOption.3,v 1.5 2007/12/10 16:21:48 jenglish Exp $
'\"
'\"
.so man.macros
@@ -39,22 +39,17 @@ this value will be returned in calls to \fBTk_GetOption\fR.
queried using \fBTk_GetOption\fR, the value with the highest priority
is returned. \fIPriority\fR must be between 0 and \fBTK_MAX_PRIO\fR. Some
common priority values are:
-.TP
-20
+.IP 20
Used for default values hard-coded into widgets.
-.TP
-40
+.IP 40
Used for options specified in application-specific startup files.
-.TP
-60
+.IP 60
Used for options specified in user-specific defaults files, such as
\fB.Xdefaults\fR, resource databases loaded into the X server, or
user-specific startup files.
-.TP
-80
+.IP 80
Used for options specified interactively after the application starts
running.
-.PP
.SH KEYWORDS
class, name, option, add