]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/window.tex
InsertItems() documented
[wxWidgets.git] / docs / latex / wx / window.tex
index 22a2375ef0d57f7f1147a86fccff3a830e86584b..6c371edf252cbaf63d0d13588660f7ffdb1dd753 100644 (file)
@@ -1683,11 +1683,13 @@ Sets the window's cursor.
 
 \docparam{cursor}{Specifies the cursor that the window should normally display.}
 
+\begin{comment}
 \wxheading{Remarks}
 
 Under Windows, you sometimes need to call ::wxSetCursor in addition to this
 function if you want the cursor to change immediately, because under Windows,
 wxWindows only sets the global cursor when it detects mouse movement.
+\end{comment
 
 \wxheading{See also}