]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/size.tex
Added config values (commented out) for generating the MS HTML Help
[wxWidgets.git] / docs / latex / wx / size.tex
index 2f9579b6e1631da8ad5580e462551cbb02d98242..fa873320527ecdd7efaec9e0db8838fd347d7795 100644 (file)
@@ -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.
 
 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
 
 
 None
 
+\wxheading{Include files}
+
+<wx/gdicmn.h>
+
 \wxheading{See also}
 
 \helpref{wxPoint}{wxpoint}, \helpref{wxRealPoint}{wxrealpoint}
 \wxheading{See also}
 
 \helpref{wxPoint}{wxpoint}, \helpref{wxRealPoint}{wxrealpoint}