some minor fixes to the docs (bugs 13271[56])
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9379 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -46,9 +46,10 @@ method.
|
||||
|
||||
\wxheading{Remarks}
|
||||
|
||||
Note that this requires that the event has a fully implemented Clone()
|
||||
Note that this requires that the event implements
|
||||
\helpref{CopyObject}{wxobjectcopyobject}
|
||||
method so that the event can be duplicated and stored until it gets processed later.
|
||||
Not all events in wxWindows currently have a fully implemented Clone() method,
|
||||
Not all events in wxWindows currently fully implement this method,
|
||||
so you may have to look at the source to verify this.
|
||||
|
||||
This methods automatically wakes up idle handling even if the underlying window
|
||||
@@ -61,6 +62,7 @@ about the status of other working threads and this has to be done using this
|
||||
method - which also means that this method is thread safe by means of using
|
||||
crtical sections where needed.
|
||||
|
||||
% VZ: bad idea IMHO - we're going to have a lot of problems with this
|
||||
Furthermore, it may be noted that some ports of wxWindows will probably move
|
||||
to using this method more and more in preference over calling ProcessEvent()
|
||||
directly so as to avoid problems with reentrant code.
|
||||
|
Reference in New Issue
Block a user