X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fa482912e420a40e9f2e55a0f5407562826dd15e..78cd9c69eb3f4c158fe10ce49325d57ec05d1306:/docs/latex/wx/bmpdatob.tex diff --git a/docs/latex/wx/bmpdatob.tex b/docs/latex/wx/bmpdatob.tex index fb7b1c8535..e08b38d94b 100644 --- a/docs/latex/wx/bmpdatob.tex +++ b/docs/latex/wx/bmpdatob.tex @@ -27,6 +27,10 @@ efficiency. +\wxheading{Library} + +\helpref{wxCore}{librarieslist} + \wxheading{See also} \helpref{Clipboard and drag and drop overview}{wxdndoverview}, @@ -36,6 +40,12 @@ efficiency. \helpref{wxTextDataObject}{wxtextdataobject}, \helpref{wxDataObject}{wxdataobject} + + +\latexignore{\rtfignore{\wxheading{Members}}} + +\membersection{wxBitmapDataObject::wxBitmapDataObject}\label{wxbitmapdataobjectctor} + \func{}{wxBitmapDataObject}{\param{const wxBitmap\& }{bitmap = wxNullBitmap}} Constructor, optionally passing a bitmap (otherwise use @@ -47,7 +57,7 @@ Constructor, optionally passing a bitmap (otherwise use Returns the bitmap associated with the data object. You may wish to override this method when offering data on-demand, but this is not required by -wxWindows' internals. Use this method to get data in bitmap form from +wxWidgets' internals. Use this method to get data in bitmap form from the \helpref{wxClipboard}{wxclipboard}. \membersection{wxBitmapDataObject::SetBitmap}\label{wxbitmapdataobjectsetbitmap}