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}