Added first batch of docs and notes for wxPython.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1726 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user