]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/window.tex
Added some missing wxTextCtrl functions: Undo, Redo, CanUndo, CanRedo,
[wxWidgets.git] / docs / latex / wx / window.tex
index b5bc55cf75c4442f476e503b14a5f2aba8815ece..e26756621098750603cad501fd8d403ac3859352 100644 (file)
@@ -1685,10 +1685,9 @@ implements the following methods:\par
 
 \func{virtual void}{SetCursor}{\param{const wxCursor\&}{cursor}}
 
-Sets the window's cursor. Notice that setting the cursor for this window also
-sets it for all the children of the window unless they have their own cursor
-(either explicitly set with the same function, or, in the case of Windows, a
-standard one for some of standard controls).
+Sets the window's cursor. Notice that setting the cursor for this window does
+not set it for its children so you'll need to explicitly call SetCursor() for
+them too if you need it.
 
 \wxheading{Parameters}