X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9838df2cefc5b368bb11f98c784ecc78f45ecaf7..7b3be6cb27e2c01f3cf4c14c9859d9fe0199b124:/docs/latex/wx/size.tex?ds=sidebyside diff --git a/docs/latex/wx/size.tex b/docs/latex/wx/size.tex index 2f9579b6e1..fa87332052 100644 --- a/docs/latex/wx/size.tex +++ b/docs/latex/wx/size.tex @@ -3,10 +3,20 @@ 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. +} + +\wxheading{Derived from} None +\wxheading{Include files} + + + \wxheading{See also} \helpref{wxPoint}{wxpoint}, \helpref{wxRealPoint}{wxrealpoint}