X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b1462dfa3496ba7288691376c1de4c890d90787c..5b5035ce5b432a4535a830debcb8ed26b7e1ec7b:/docs/latex/wx/bmpdatob.tex diff --git a/docs/latex/wx/bmpdatob.tex b/docs/latex/wx/bmpdatob.tex index 95b02fd9cf..b675df71b9 100644 --- a/docs/latex/wx/bmpdatob.tex +++ b/docs/latex/wx/bmpdatob.tex @@ -1,7 +1,7 @@ \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 @@ -14,7 +14,7 @@ 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. @@ -29,17 +29,17 @@ efficiency. \wxheading{See also} -\helpref{Clipboard and drag and drop overview}{wxdndoverview}, -\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 -\helpref{SetBitmap}{wxbitmapdataobjectsetbitmap} later) +Constructor, optionally passing a bitmap (otherwise use +\helpref{SetBitmap}{wxbitmapdataobjectsetbitmap} later). \membersection{wxBitmapDataObject::GetBitmap}\label{wxbitmapdataobjectgetbitmap} @@ -47,7 +47,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}