X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f690fb046b8a685f8ef35657c2f305ca0e1481a0..5b222f1c9e0acb63c781675555c76f6129316eb1:/docs/latex/wx/icon.tex diff --git a/docs/latex/wx/icon.tex b/docs/latex/wx/icon.tex index f6e9d09dc3..29cfd76ac8 100644 --- a/docs/latex/wx/icon.tex +++ b/docs/latex/wx/icon.tex @@ -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} }