diff options
author | nijtmans <nijtmans@noemail.net> | 2009-02-27 23:23:34 (GMT) |
---|---|---|
committer | nijtmans <nijtmans@noemail.net> | 2009-02-27 23:23:34 (GMT) |
commit | 2bbe88b0228ebf87881b0a033d88c37406cbc4ce (patch) | |
tree | 06a8f93bcc5d7a6ab6a66ff97d59e2b67d7e6ceb /doc/GetBitmap.3 | |
parent | 20928f092a91d22a3a24eb071e81f7bb3feca58a (diff) | |
download | tk-2bbe88b0228ebf87881b0a033d88c37406cbc4ce.zip tk-2bbe88b0228ebf87881b0a033d88c37406cbc4ce.tar.gz tk-2bbe88b0228ebf87881b0a033d88c37406cbc4ce.tar.bz2 |
[Feature Request 2636558] Tk_DefineBitmap
and Tk_GetBitmapFromData signature problem
FossilOrigin-Name: bf459fc10c3d4cbddce9c977b8d7dafce0ab6c68
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 84f729d..7014d98 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.16 2008/11/05 22:58:30 nijtmans Exp $ +'\" RCS: @(#) $Id: GetBitmap.3,v 1.17 2009/02/27 23:23:36 nijtmans Exp $ '\" .so man.macros .TH Tk_AllocBitmapFromObj 3 8.1 Tk "Tk Library Procedures" @@ -51,7 +51,7 @@ Same as \fIobjPtr\fR except description of bitmap is passed as a string and resulting Pixmap is not cached. .AP "const char" *name in Name for new bitmap to be defined. -.AP "const char" *source in +.AP "const void" *source in Data for bitmap, in standard bitmap format. Must be stored in static memory whose value will never change. .AP "int" width in |