]> git.saurik.com Git - wxWidgets.git/commitdiff
Corrected wxSetCursor documentation.
authorJulian Smart <julian@anthemion.co.uk>
Tue, 29 Jan 2008 11:18:22 +0000 (11:18 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Tue, 29 Jan 2008 11:18:22 +0000 (11:18 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51442 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/function.tex

index 89dd6dba9b19e1f68523f2d4502894bc2c0a49b3..668118a5512bad3f7dd6742cf809811fb30282ab 100644 (file)
@@ -2640,9 +2640,11 @@ This function is only available under Windows.
 
 \membersection{::wxSetCursor}\label{wxsetcursor}
 
-\func{void}{wxSetCursor}{\param{wxCursor *}{cursor}}
+\func{void}{wxSetCursor}{\param{const wxCursor\&}{ cursor}}
+
+Globally sets the cursor; only has an effect on Windows, Mac and GTK+. You should
+call this function with wxNullCursor to restore the system cursor.
 
-Globally sets the cursor; only has an effect in Windows and GTK.
 See also \helpref{wxCursor}{wxcursor}, \helpref{wxWindow::SetCursor}{wxwindowsetcursor}.