X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d75c7970c4f530d2ea681ca3f92c97eb3b7bc251..901b583c7117e84cecf01d741d61bc1ac1625ba7:/docs/latex/wx/size.tex diff --git a/docs/latex/wx/size.tex b/docs/latex/wx/size.tex index fdf4493367..a29fc06484 100644 --- a/docs/latex/wx/size.tex +++ b/docs/latex/wx/size.tex @@ -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. }