X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8767fe35a33404ed1c9697313ae701683960ae69..019faef468c1558315586be8f9071acbdbc6a385:/docs/latex/wx/icon.tex?ds=sidebyside diff --git a/docs/latex/wx/icon.tex b/docs/latex/wx/icon.tex index b7659df6c9..fb8b0eb930 100644 --- a/docs/latex/wx/icon.tex +++ b/docs/latex/wx/icon.tex @@ -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}}