X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f510b7b2f386afe6c3705c2cdbc9208435984dac..2861eaee452dfef7aeaca2685be663db4e07510e:/docs/latex/wx/bmphand.tex diff --git a/docs/latex/wx/bmphand.tex b/docs/latex/wx/bmphand.tex index 2c1710872b..86aa92b95f 100644 --- a/docs/latex/wx/bmphand.tex +++ b/docs/latex/wx/bmphand.tex @@ -17,6 +17,10 @@ application initialisation. +\wxheading{Library} + +\helpref{wxCore}{librarieslist} + \wxheading{See also} \helpref{wxBitmap}{wxbitmap}, \helpref{wxIcon}{wxicon}, \helpref{wxCursor}{wxcursor} @@ -38,7 +42,7 @@ Destroys the wxBitmapHandler object. \membersection{wxBitmapHandler::Create}\label{wxbitmaphandlercreate} -\func{virtual bool}{Create}{\param{wxBitmap* }{bitmap}, \param{void*}{ data}, \param{int}{ type}, \param{int}{ width}, \param{int}{ height}, \param{int}{ depth = -1}} +\func{virtual bool}{Create}{\param{wxBitmap* }{bitmap}, \param{const void*}{ data}, \param{int}{ type}, \param{int}{ width}, \param{int}{ height}, \param{int}{ depth = -1}} Creates a bitmap from the given data, which can be of arbitrary type. The wxBitmap object {\it bitmap} is manipulated by this function. @@ -64,13 +68,13 @@ true if the call succeeded, false otherwise (the default). \membersection{wxBitmapHandler::GetName}\label{wxbitmaphandlergetname} -\constfunc{wxString}{GetName}{\void} +\constfunc{const wxString\&}{ GetName}{\void} Gets the name of this handler. \membersection{wxBitmapHandler::GetExtension}\label{wxbitmaphandlergetextension} -\constfunc{wxString}{GetExtension}{\void} +\constfunc{const wxString\&}{ GetExtension}{\void} Gets the file extension associated with this handler.