X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/03ab016d6692ccceafb0f324a063bbf8f334f020..96db102a93ed103a1c757c4445dd71789c2d0054:/docs/latex/wx/bmpdatob.tex?ds=sidebyside diff --git a/docs/latex/wx/bmpdatob.tex b/docs/latex/wx/bmpdatob.tex index 4054579c65..634794c0e1 100644 --- a/docs/latex/wx/bmpdatob.tex +++ b/docs/latex/wx/bmpdatob.tex @@ -13,6 +13,10 @@ and \helpref{WriteData}{wxbitmapdataobjectwritedata} will have to be overridden. \helpref{wxDataObject}{wxdataobject} +\wxheading{Include files} + + + \wxheading{See also} \helpref{wxDataObject}{wxdataobject} @@ -69,6 +73,7 @@ size_t MyBitmapDataObject::GetSize() TODO: Offer a nicer way to do this. Maybe by providing a platform dependent function in this class like + \begin{verbatim} size_t GetBitmapSize( const wxBitmap &bitmap ) \end{verbatim}