]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/memorydc.tex
set up scrollbars correctly when we don't need them (fixes the problems reported...
[wxWidgets.git] / docs / latex / wx / memorydc.tex
index a94e74c77be725027aa90f71b0f8a10d89cac77d..8f4c510d2b7f68c3aa2d4634f0a321db9e0ca7a5 100644 (file)
@@ -39,7 +39,7 @@ can be reselected into another memory DC.
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
-\membersection{wxMemoryDC::wxMemoryDC}
+\membersection{wxMemoryDC::wxMemoryDC}\label{wxmemorydcctor}
 
 \func{}{wxMemoryDC}{\void}
 
@@ -49,9 +49,9 @@ Use the {\it Ok} member to test whether the constructor was successful
 in creating a usable device context. Don't forget to select a bitmap
 into the DC before drawing on it.
 
-\membersection{wxMemoryDC::SelectObject}
+\membersection{wxMemoryDC::SelectObject}\label{wxmemorydcselectobject}
 
-\func{}{SelectObject}{\param{const wxBitmap\& }{bitmap}}
+\func{void}{SelectObject}{\param{const wxBitmap\& }{bitmap}}
 
 Selects the given bitmap into the device context, to use as the memory
 bitmap. Selecting the bitmap into a memory DC allows you to draw into