From ccaff46ee67997d93384be809bcf0c534983e8db Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Tue, 29 Jan 2008 11:18:03 +0000 Subject: [PATCH] Corrected wxSetCursor documentation. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@51441 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/changes.txt | 4 ++++ docs/latex/wx/function.tex | 7 ++++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/changes.txt b/docs/changes.txt index 6363335a42..2212610d83 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -136,6 +136,10 @@ wxGTK: - Fixed wxCURSOR_HAND to map to GDK_HAND2 and not GDK_HAND1, for consistency with other applications. +wxMac: + +- Fixed cursor for wxBusyCursor and wxContextHelp. + 2.8.7 ----- diff --git a/docs/latex/wx/function.tex b/docs/latex/wx/function.tex index 893de5132f..c33f6ff085 100644 --- a/docs/latex/wx/function.tex +++ b/docs/latex/wx/function.tex @@ -2558,13 +2558,14 @@ 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}. - \section{Printer settings}\label{printersettings} {\bf NB:} These routines are obsolete and should no longer be used!