X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/954b8ae60391d18b87a604e7919c87c0c6ae208b..0d6957a54000dac5cdfc4440ab095d09f480dc6c:/docs/latex/wx/size.tex diff --git a/docs/latex/wx/size.tex b/docs/latex/wx/size.tex index ef380c687c..fa87332052 100644 --- a/docs/latex/wx/size.tex +++ b/docs/latex/wx/size.tex @@ -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. +\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