]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/tbitmap.tex
Sorry folks, a lot of changes to remedy GetFont, GetBrush etc.
[wxWidgets.git] / docs / latex / wx / tbitmap.tex
index ce20413d8ecc64f38ffa93c8474500950dae83b0..01cd32aae763ebaaf108ef08e4a3e2b46dcedf00 100644 (file)
@@ -10,11 +10,11 @@ required.
 
 A bitmap created dynamically or loaded from a file can be selected
 into a memory device context (instance of \helpref{wxMemoryDC}{wxmemorydc}). This
-enables the bitmap to be copied to a canvas or memory device context
+enables the bitmap to be copied to a window or memory device context
 using \helpref{wxDC::Blit}{wxdcblit}, or to be used as a drawing surface.  The {\bf
 wxToolBarSimple} class is implemented using bitmaps, and the toolbar demo
 shows one of the toolbar bitmaps being used for drawing a miniature
-version of the graphic which appears on the main canvas.
+version of the graphic which appears on the main window.
 
 See \helpref{wxMemoryDC}{wxmemorydc} for an example of drawing onto a bitmap.