Documented wxImage XPM data ctor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32461 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
98b5a1e920
commit
7ab378223c
@ -9,6 +9,7 @@ All:
|
||||
|
||||
- Added GetIcon, GetBitmap to wxImageList. wxGenericImageList's original
|
||||
GetBitmap is renamed GetBitmapPtr.
|
||||
- Added XPM data constructor to wxImage.
|
||||
|
||||
wxPalmOS:
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user