diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-10-24 14:32:55 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-10-24 14:32:55 (GMT) |
commit | a9b41e61dd1f2274961a88385d433a9bac66d44a (patch) | |
tree | 09cfb7c149cd2c0c95d126aa8764f569b3e42063 /doc/GetJustify.3 | |
parent | 5d96c35c08ea64525de7b4ab99171bfcc0252142 (diff) | |
download | tk-a9b41e61dd1f2274961a88385d433a9bac66d44a.zip tk-a9b41e61dd1f2274961a88385d433a9bac66d44a.tar.gz tk-a9b41e61dd1f2274961a88385d433a9bac66d44a.tar.bz2 |
Lots of improvements to look and feel of manual pages
Diffstat (limited to 'doc/GetJustify.3')
-rw-r--r-- | doc/GetJustify.3 | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/doc/GetJustify.3 b/doc/GetJustify.3 index 47df31e..402831a 100644 --- a/doc/GetJustify.3 +++ b/doc/GetJustify.3 @@ -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: GetJustify.3,v 1.6 2007/01/05 00:00:48 nijtmans Exp $ +'\" RCS: @(#) $Id: GetJustify.3,v 1.7 2007/10/24 14:32:57 dkf Exp $ '\" .so man.macros .TH Tk_GetJustifyFromObj 3 8.1 Tk "Tk Library Procedures" @@ -29,9 +29,12 @@ const char * .AP Tcl_Interp *interp in Interpreter to use for error reporting, or NULL. .AP Tcl_Obj *objPtr in/out -String value contains name of justification style (\fBleft\fR, \fBright\fR, or -\fBcenter\fR). The -internal rep will be modified to cache corresponding justify value. +String value contains name of justification style; one of: +.QW \fBleft\fR , +.QW \fBright\fR , +or +.QW \fBcenter\fR ). +The internal rep will be modified to cache corresponding justify value. .AP "const char" *string in Same as \fIobjPtr\fR except description of justification style is passed as a string. @@ -80,7 +83,8 @@ return value, so \fBTk_GetJustify\fR is less efficient than Given a justify value it returns a statically-allocated string corresponding to \fIjustify\fR. If \fIjustify\fR isn't a legal justify value, then -``unknown justification style'' is returned. +.QW "unknown justification style" +is returned. .SH KEYWORDS center, fill, justification, string |