]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/bmpdatob.tex
added the static function GetLabelText() to wxStaticText which was mentioned in the...
[wxWidgets.git] / docs / latex / wx / bmpdatob.tex
index 3e654b6ea6d335db028b1fb9631ebbf27a0f8b99..14e6570d44a646becc4dbe48cc26c5233329ff6f 100644 (file)
@@ -7,6 +7,11 @@ 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.
 
 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 
 \wxheading{Virtual functions to override}
 
 This class may be used as is, but 
@@ -15,16 +20,20 @@ efficiency.
 
 \wxheading{Derived from}
 
 
 \wxheading{Derived from}
 
-\helpref{wxDataObjectSimple}{wxdataobjectsimple}
+\helpref{wxDataObjectSimple}{wxdataobjectsimple}\\
 \helpref{wxDataObject}{wxdataobject}
 
 \wxheading{Include files}
 
 <wx/dataobj.h>
 
 \helpref{wxDataObject}{wxdataobject}
 
 \wxheading{Include files}
 
 <wx/dataobj.h>
 
+\wxheading{Library}
+
+\helpref{wxCore}{librarieslist}
+
 \wxheading{See also}
 
 \wxheading{See also}
 
-\helpref{Clipboard and drag and drop overview}{wxclipboardonfigoverview}, 
+\helpref{Clipboard and drag and drop overview}{wxdndoverview}, 
 \helpref{wxDataObject}{wxdataobject}, 
 \helpref{wxDataObjectSimple}{wxdataobjectsimple}, 
 \helpref{wxFileDataObject}{wxfiledataobject}, 
 \helpref{wxDataObject}{wxdataobject}, 
 \helpref{wxDataObjectSimple}{wxdataobjectsimple}, 
 \helpref{wxFileDataObject}{wxfiledataobject}, 
@@ -34,15 +43,15 @@ efficiency.
 \func{}{wxBitmapDataObject}{\param{const wxBitmap\& }{bitmap = wxNullBitmap}}
 
 Constructor, optionally passing a bitmap (otherwise use 
 \func{}{wxBitmapDataObject}{\param{const wxBitmap\& }{bitmap = wxNullBitmap}}
 
 Constructor, optionally passing a bitmap (otherwise use 
-\helpref{SetBitmap}{wxbitmapdataobjectsetbitmap} later)
+\helpref{SetBitmap}{wxbitmapdataobjectsetbitmap} later).
 
 
-\membersection{wxBitmapDataObject::GetBitmap}\label{wxbitmapdataobjectgettext}
+\membersection{wxBitmapDataObject::GetBitmap}\label{wxbitmapdataobjectgetbitmap}
 
 \constfunc{virtual wxBitmap}{GetBitmap}{\void}
 
 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
 
 \constfunc{virtual wxBitmap}{GetBitmap}{\void}
 
 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}
 the \helpref{wxClipboard}{wxclipboard}.
 
 \membersection{wxBitmapDataObject::SetBitmap}\label{wxbitmapdataobjectsetbitmap}
@@ -53,4 +62,3 @@ Sets the bitmap associated with the data object. This method is called when the
 data object receives data. Usually there will be no reason to override this
 function.
 
 data object receives data. Usually there will be no reason to override this
 function.
 
-