]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/bmpdatob.tex
API change: a single SELECTION_CHANGED not lots of SELECT and UNSELECT events
[wxWidgets.git] / docs / latex / wx / bmpdatob.tex
index 40ed2d256a455a1cc05f01e57c2ccec2ad475700..e08b38d94b0e9bd329b1580d9927d4ba8e290cd6 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.
 
+\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 
@@ -22,6 +27,10 @@ efficiency.
 
 <wx/dataobj.h>
 
+\wxheading{Library}
+
+\helpref{wxCore}{librarieslist}
+
 \wxheading{See also}
 
 \helpref{Clipboard and drag and drop overview}{wxdndoverview}, 
@@ -31,10 +40,16 @@ 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 
-\helpref{SetBitmap}{wxbitmapdataobjectsetbitmap} later)
+\helpref{SetBitmap}{wxbitmapdataobjectsetbitmap} later).
 
 \membersection{wxBitmapDataObject::GetBitmap}\label{wxbitmapdataobjectgetbitmap}
 
@@ -42,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}