X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f7186899843324aa584437f367f7c01b2642bf01..a0c2e4a050f4f2e8d344483ba4cfaa8b08a1fe87:/docs/latex/wx/iconbndl.tex diff --git a/docs/latex/wx/iconbndl.tex b/docs/latex/wx/iconbndl.tex index efd9defb84..a58e3722e6 100644 --- a/docs/latex/wx/iconbndl.tex +++ b/docs/latex/wx/iconbndl.tex @@ -9,6 +9,14 @@ see also \helpref{wxDialog::SetIcons}{wxdialogseticons} and \helpref{wxGDIObject}{wxgdiobject}\\ \helpref{wxObject}{wxobject} +\wxheading{Include files} + + + +\wxheading{Library} + +\helpref{wxCore}{librarieslist} + \wxheading{Predefined objects} {\bf wxNullIconBundle} @@ -72,6 +80,14 @@ returns the icon with size wxSYS\_ICON\_X/wxSYS\_ICON\_Y. Same as GetIcon( wxSize( size, size ) ). +\membersection{wxIconBundle::GetIconOfExactSize}\label{wxiconbundlegeticonofexactsize} + +\constfunc{wxIcon}{GetIconOfExactSize}{\param{const wxSize\& }{size}} + +Returns the icon with exactly the given size or \texttt{wxNullIcon} if this +size is not available. + + \membersection{wxIconBundle::IsEmpty}\label{wxiconbundleisempty} \constfunc{bool}{IsEmpty}{\void}