X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1fb3eae5004ad5673d122885ec0b2b8b277503ad..cd9da200285e3c625be91768c9ca61dc218c94d0:/docs/latex/wx/bmpdatob.tex diff --git a/docs/latex/wx/bmpdatob.tex b/docs/latex/wx/bmpdatob.tex index 3d89e2648b..95b02fd9cf 100644 --- a/docs/latex/wx/bmpdatob.tex +++ b/docs/latex/wx/bmpdatob.tex @@ -1,15 +1,20 @@ \section{\class{wxBitmapDataObject}}\label{wxbitmapdataobject} wxBitmapDataObject is a specialization of wxDataObject for bitmap data. It can -be used without change to paste data into the +be used without change to paste data into the \helpref{wxClipboard}{wxclipboard} or a \helpref{wxDropSource}{wxdropsource}. A user may wish to derive a new class from this class for providing a bitmap on-demand in order to minimize memory consumption when offering data in several formats, such as a bitmap and GIF. +\pythonnote{If you wish to create a derived wxBitmapDataObject class in +wxPython you should derive the class from wxPyBitmapDataObject +in order to get Python-aware capabilities for the various virtual +methods.} + \wxheading{Virtual functions to override} -This class may be used as is, but +This class may be used as is, but \helpref{GetBitmap}{wxbitmapdataobjectgetbitmap} may be overridden to increase efficiency. @@ -24,16 +29,16 @@ efficiency. \wxheading{See also} -\helpref{Clipboard and drag and drop overview}{wxclipboardonfigoverview}, -\helpref{wxDataObject}{wxdataobject}, -\helpref{wxDataObjectSimple}{wxdataobjectsimple}, -\helpref{wxFileDataObject}{wxfiledataobject}, -\helpref{wxTextDataObject}{wxtextdataobject}, +\helpref{Clipboard and drag and drop overview}{wxdndoverview}, +\helpref{wxDataObject}{wxdataobject}, +\helpref{wxDataObjectSimple}{wxdataobjectsimple}, +\helpref{wxFileDataObject}{wxfiledataobject}, +\helpref{wxTextDataObject}{wxtextdataobject}, \helpref{wxDataObject}{wxdataobject} \func{}{wxBitmapDataObject}{\param{const wxBitmap\& }{bitmap = wxNullBitmap}} -Constructor, optionally passing a bitmap (otherwise use +Constructor, optionally passing a bitmap (otherwise use \helpref{SetBitmap}{wxbitmapdataobjectsetbitmap} later) \membersection{wxBitmapDataObject::GetBitmap}\label{wxbitmapdataobjectgetbitmap}