X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1894e49f5178a94e557cdc7d987271369bb28fdf..0016bb3b1c6870a3c43b42b5be145c15fab56580:/docs/latex/wx/function.tex diff --git a/docs/latex/wx/function.tex b/docs/latex/wx/function.tex index 89dd6dba9b..412fa7e839 100644 --- a/docs/latex/wx/function.tex +++ b/docs/latex/wx/function.tex @@ -52,6 +52,7 @@ the corresponding topic. \helpref{wxCHECK\_SUNCC\_VERSION}{wxchecksunccversion}\\ \helpref{wxCHECK\_VERSION}{wxcheckversion}\\ \helpref{wxCHECK\_VERSION\_FULL}{wxcheckversionfull}\\ +\helpref{wxCHECK\_VISUALC\_VERSION}{wxcheckvisualcversion}\\ \helpref{wxCHECK\_W32API\_VERSION}{wxcheckw32apiversion}\\ \helpref{wxClientDisplayRect}{wxclientdisplayrect}\\ \helpref{wxClipboardOpen}{functionwxclipboardopen}\\ @@ -365,6 +366,15 @@ Same as \helpref{wxCHECK\_VERSION}{wxcheckversion} but also checks that \texttt{wxSUBRELEASE\_NUMBER} is at least \arg{subrel}. +\membersection{wxCHECK\_VISUALC\_VERSION}\label{wxcheckvisualcversion} + +\func{bool}{wxCHECK\_VISUALC\_VERSION}{\param{}{major}} + +Returns $1$ if the compiler being used to compile the code is Visual C++ +compiler version \arg{major} or greater. Otherwise, and also if +the compiler is not Visual C++ at all, returns $0$. + + \membersection{wxCHECK\_W32API\_VERSION}\label{wxcheckw32apiversion} \func{bool}{wxCHECK\_W32API\_VERSION}{\param{}{major, minor, release}} @@ -2640,9 +2650,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}.