]> git.saurik.com Git - wxWidgets.git/commitdiff
Documented wxImage XPM data ctor
authorJulian Smart <julian@anthemion.co.uk>
Mon, 28 Feb 2005 13:55:59 +0000 (13:55 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Mon, 28 Feb 2005 13:55:59 +0000 (13:55 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32461 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt
docs/latex/wx/image.tex

index 64bfe5d23900898ed58bb17ba4ff0a85b4eca65e..603ebce6920993d5e72f4b0d07cdbb641b82ac4f 100644 (file)
@@ -9,6 +9,7 @@ All:
 
 - Added GetIcon, GetBitmap to wxImageList. wxGenericImageList's original
   GetBitmap is renamed GetBitmapPtr.
+- Added XPM data constructor to wxImage.
 
 wxPalmOS:
 
index 207afc5d8cff7b8b919aff2d3859ab44ec6ed714..c3169fae76060b208ed72ed38fb3089a6b6708cd 100644 (file)
@@ -117,6 +117,10 @@ Loads an image from a file.
 
 Loads an image from an input stream.
 
+\func{}{wxImage}{\param{const char** }{xpmData}}
+
+Creates an image from XPM data.
+
 \wxheading{Parameters}
 
 \docparam{width}{Specifies the width of the image.}
@@ -152,6 +156,8 @@ This is only used by GIF, ICO and TIFF handlers. The default value (-1) means
 "choose the default image" and is interpreted as the first image (index=0) by 
 the GIF and TIFF handler and as the largest and most colourful one by the ICO handler.}
 
+\docparam{xpmData}{A pointer to XPM image data.}
+
 \wxheading{Remarks}
 
 Depending on how wxWidgets has been configured, not all formats may be available.