]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/size.tex
\\param -> \param
[wxWidgets.git] / docs / latex / wx / size.tex
index ef380c687c4e16700dc9e87ef2ff8757397d3e8d..fa873320527ecdd7efaec9e0db8838fd347d7795 100644 (file)
@@ -3,6 +3,12 @@
 A {\bf wxSize} is a useful data structure for graphics operations.
 It simply contains integer {\it x} and {\it y} members.
 
 A {\bf wxSize} is a useful data structure for graphics operations.
 It simply contains integer {\it x} and {\it y} members.
 
+\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.
+}
+
 \wxheading{Derived from}
 
 None
 \wxheading{Derived from}
 
 None