]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/icon.tex
Applied patch [ 587450 ] Scoped Smart pointers and docs
[wxWidgets.git] / docs / latex / wx / icon.tex
index f6e9d09dc32e9c0c51e85d222482f5fd538a313a..29cfd76ac8b4d384918525722eb3959dd6eeca76 100644 (file)
@@ -196,6 +196,8 @@ must have mask colour set.
 \begin{itemize}
 \item{Wx::Icon->new( width, height, depth = -1 )}
 \item{Wx::Icon->new( name, type, desiredWidth = -1, desiredHeight = -1 )}
+\item{Wx::Icon->newFromBits( bits, width, height, depth = 1 )}
+\item{Wx::Icon->newFromXPM( data )}
 \end{itemize}
 }