]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/icon.tex
Removed the BOLDFACE on items that are in INDEXIT blocks, so that the items will...
[wxWidgets.git] / docs / latex / wx / icon.tex
index b7659df6c9a863c6ee0f7eccfbfbeedd6be80da4..321380350f1dbfc1f750aef4f41eff7f18b0400b 100644 (file)
@@ -181,8 +181,24 @@ 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}
 
+\perlnote{Constructors supported by wxPerl are:\par
+\begin{itemize}
+\item{Wx::Icon->new( width, height, depth = -1 )}
+\item{Wx::Icon->new( name, type, desiredWidth = -1, desiredHeight = -1 )}
+\end{itemize}
+}
+
 \membersection{wxIcon::\destruct{wxIcon}}
 
 \func{}{\destruct{wxIcon}}{\void}