]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/icon.tex
added wxIcon::CopyFromBitmap to wxGTK
[wxWidgets.git] / docs / latex / wx / icon.tex
index b7659df6c9a863c6ee0f7eccfbfbeedd6be80da4..fb8b0eb93086c046582c88016ee58e69bfaa2269 100644 (file)
@@ -181,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}}