SetCursor() doesn't set cursor for children of the window any more

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1827 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
1999-02-28 14:16:33 +00:00
parent 9e2be6f02e
commit 3eddf563ed
2 changed files with 41 additions and 33 deletions

View 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}