]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/dc.tex
another makefile updated
[wxWidgets.git] / docs / latex / wx / dc.tex
index 8237643877eb1473c2c9dc9430593b49ee64a223..4c5f1b94d4ca0d142ef8fce55046acd3061d80bc 100644 (file)
@@ -440,8 +440,13 @@ printer page:
   dc.SetUserScale(min(scaleX,scaleY),min(scaleX,scaleY));
 \end{verbatim}
 
-\pythonnote{No arguments are required and the two values defining the
-size are returned as a tuple.}
+\pythonnote{In place of a single overloaded method name, wxPython
+implements the following methods:\par
+\indented{2cm}{\begin{twocollist}
+\twocolitem{\bf{GetSize()}}{Returns a wxSize}
+\twocolitem{\bf{GetSizeTuple()}}{Returns a 2-tuple (width, height)}
+\end{twocollist}}
+}
 
 \membersection{wxDC::GetTextBackground}\label{wxdcgettextbackground}