]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/size.tex
InsertItems() documented
[wxWidgets.git] / docs / latex / wx / size.tex
index be8212ff75fbc0ae07fd76105857201bd1a85a2a..fa873320527ecdd7efaec9e0db8838fd347d7795 100644 (file)
@@ -3,9 +3,19 @@
 A {\bf wxSize} is a useful data structure for graphics operations.
 It simply contains integer {\it x} and {\it y} members.
 
-\wxheading{Derivation}
+\pythonnote{wxPython defines aliases for the \tt{x} and \tt{y} members
+named \tt{width} and \tt{height} since it makes much more sense for
+sizes.  There is also coresponding aliases for the  \tt{GetWidth} and
+\tt{GetHeight} methods.
+}
 
-\helpref{wxObject}{wxobject}
+\wxheading{Derived from}
+
+None
+
+\wxheading{Include files}
+
+<wx/gdicmn.h>
 
 \wxheading{See also}