]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/cursor.tex
wxTipWindow added and is now used by wxSimpleHelpProvider
[wxWidgets.git] / docs / latex / wx / cursor.tex
index 6358c7baf609a0d0c1fc31b5ab0b19d49bcf0a93..6d0c7489039bdcb1484a13b405bb8023057ce23b 100644 (file)
@@ -142,9 +142,9 @@ Note that not all cursors are available on all platforms.}
 
 \pythonnote{Constructors supported by wxPython are:\par
 \indented{2cm}{\begin{twocollist}
-\twocolitem{\bf{wxCursor(name, flags, hotSpotX=0,
+\twocolitem{{\bf wxCursor(name, flags, hotSpotX=0,
 hotSpotY=0)}}{Constructs a cursor from a filename}
-\twocolitem{\bf{wxStockCursor(id)}}{Constructs a stock cursor }
+\twocolitem{{\bf wxStockCursor(id)}}{Constructs a stock cursor }
 \end{twocollist}}
 }
 
@@ -155,7 +155,7 @@ hotSpotY=0)}}{Constructs a cursor from a filename}
 Destroys the cursor. A cursor can be reused for more
 than one window, and does not get destroyed when the window is
 destroyed. wxWindows destroys all cursors on application exit, although
-it's best to clean them up explicitly.
+it is best to clean them up explicitly.
 
 \membersection{wxCursor::Ok}\label{wxcursorok}