]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/icon.tex
Doc corrections; added HelpGen project files
[wxWidgets.git] / docs / latex / wx / icon.tex
index b5561fc37fda442849a8e48bb02f76161a435424..fb8b0eb93086c046582c88016ee58e69bfaa2269 100644 (file)
@@ -74,6 +74,8 @@ Creates an icon from an array of bits.
 
 Creates a new icon.
 
+\func{}{wxIcon}{\param{char**}{ bits}}
+
 \func{}{wxIcon}{\param{const char**}{ bits}}
 
 Creates an icon from XPM data.
@@ -179,6 +181,15 @@ Under X, {\it type} defaults to wxBITMAP\_TYPE\_XPM.
 
 \wxheading{See also}
 
+
+\membersection{wxIcon::CopyFromBitmap}\label{wxiconcopyfrombitmap}
+
+\func{void}{CopyFromBitmap}{\param{const wxBitmap\&}{ bmp}}
+
+Copies {\it bmp} bitmap to this icon. Under MS Windows the bitmap
+must have mask colour set.
+
+
 \helpref{wxIcon::LoadFile}{wxiconloadfile}
 
 \membersection{wxIcon::\destruct{wxIcon}}