1. (very) short i18n overview added, wxGetTranslation() documented.

2. wxTreeCtrl overview written and documentation updated
3. wxString docmunetation updated (no more unresolved references)
4. wxWindow::SetCursor() recursive behaviour mentioned


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1807 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
1999-02-27 01:26:26 +00:00
parent 721b32e058
commit ed93168bf9
12 changed files with 211 additions and 57 deletions

View File

@@ -1685,18 +1685,15 @@ implements the following methods:\par
\func{virtual void}{SetCursor}{\param{const wxCursor\&}{cursor}}
Sets the window's 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).
\wxheading{Parameters}
\docparam{cursor}{Specifies the cursor that the window should normally display.}
%\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.
%
\wxheading{See also}
\helpref{::wxSetCursor}{wxsetcursor}, \helpref{wxCursor}{wxcursor}