diff options
author | dkf <dkf@noemail.net> | 2009-05-04 09:12:33 (GMT) |
---|---|---|
committer | dkf <dkf@noemail.net> | 2009-05-04 09:12:33 (GMT) |
commit | b28361d823f480e4b67b3590bd9a2783c03df009 (patch) | |
tree | 446cc57d22761dad522be3eefbf621cdd2c06b75 /doc/GetBitmap.3 | |
parent | 3d581f97a207d6340329463ffd2a218109300e88 (diff) | |
download | tk-b28361d823f480e4b67b3590bd9a2783c03df009.zip tk-b28361d823f480e4b67b3590bd9a2783c03df009.tar.gz tk-b28361d823f480e4b67b3590bd9a2783c03df009.tar.bz2 |
Purge mention of interp->result. [Bug 2431507]
FossilOrigin-Name: b51b115f0e59f7d4653df8e95581c3d9f2f78acd
Diffstat (limited to 'doc/GetBitmap.3')
-rw-r--r-- | doc/GetBitmap.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/GetBitmap.3 b/doc/GetBitmap.3 index 7014d98..8370012 100644 --- a/doc/GetBitmap.3 +++ b/doc/GetBitmap.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: GetBitmap.3,v 1.17 2009/02/27 23:23:36 nijtmans Exp $ +'\" RCS: @(#) $Id: GetBitmap.3,v 1.18 2009/05/04 09:12:33 dkf Exp $ '\" .so man.macros .TH Tk_AllocBitmapFromObj 3 8.1 Tk "Tk Library Procedures" @@ -211,7 +211,7 @@ describe the bitmap. \fBTk_DefineBitmap\fR normally returns \fBTCL_OK\fR; if an error occurs (e.g. a bitmap named \fInameId\fR has already been defined) then \fBTCL_ERROR\fR is returned and an error message is left in -\fIinterp->result\fR. +interpreter \fIinterp\fR's result. Note: \fBTk_DefineBitmap\fR expects the memory pointed to by \fIsource\fR to be static: \fBTk_DefineBitmap\fR does not make a private copy of this memory, but uses the bytes pointed to |