]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/size.tex
added precisions for GetSize and GetClientSize
[wxWidgets.git] / docs / latex / wx / size.tex
index fdf44933670633375a8793577dc4579010790918..a29fc0648403e270d5ca0d3a21dae2be04d61189 100644 (file)
@@ -7,8 +7,8 @@ wxSize is used throughout wxWindows as well as wxPoint which, although almost
 equivalent to wxSize, has a different meaning: wxPoint represents a position
 while wxSize - the size.
 
-\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
+\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.
 }