diff options
author | dkf <dkf@noemail.net> | 2000-11-28 11:16:04 (GMT) |
---|---|---|
committer | dkf <dkf@noemail.net> | 2000-11-28 11:16:04 (GMT) |
commit | fd2dcef52337782c7072e8311a302c2eef41a01e (patch) | |
tree | 7a69bbd3f26c269aeedb413f8666bcf91b99012c /doc/image.n | |
parent | b2abc47884a432138e64c1fa0aff0cddc5fcf9e5 (diff) | |
download | tk-fd2dcef52337782c7072e8311a302c2eef41a01e.zip tk-fd2dcef52337782c7072e8311a302c2eef41a01e.tar.gz tk-fd2dcef52337782c7072e8311a302c2eef41a01e.tar.bz2 |
Backed out previous change (except for test for bug.)
FossilOrigin-Name: 56258a5385b081a3315988f44f363472425aa6c9
Diffstat (limited to 'doc/image.n')
-rw-r--r-- | doc/image.n | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/doc/image.n b/doc/image.n index dcd5034..930dca9 100644 --- a/doc/image.n +++ b/doc/image.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: image.n,v 1.4 2000/11/23 13:50:10 dkf Exp $ +'\" RCS: @(#) $Id: image.n,v 1.5 2000/11/28 11:16:04 dkf Exp $ '\" .so man.macros .TH image n 4.0 Tk "Tk Built-In Commands" @@ -27,12 +27,9 @@ It can take several different forms, depending on the Creates a new image and returns its name. \fItype\fR specifies the type of the image, which must be one of the types currently defined (e.g., \fBbitmap\fR). -\fIname\fR specifies the name for the image -.VS 8.4 -(which may not start with a period "." character); -.VE 8.4 -if it is omitted then Tk picks a name of the form \fBimage\fIx\fR, -where \fIx\fR is an integer. +\fIname\fR specifies the name for the image; if it is omitted then +Tk picks a name of the form \fBimage\fIx\fR, where \fIx\fR is +an integer. There may be any number of \fIoption\fR\-\fIvalue\fR pairs, which provide configuration options for the new image. The legal set of options is defined separately for each image |