\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
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.
\func{int}{IndexOf}{\param{wxObject*}{ obj }}
-Returns the index of {\it obj} within the list or NOT\_FOUND if {\it obj}
+Returns the index of {\it obj} within the list or wxNOT\_FOUND if {\it obj}
is not found in the list.
\membersection{wxList::Insert}\label{wxlistinsert}
\helpref{wxObject::GetRefData}{wxobjectgetrefdata},\rtfsp
\helpref{wxObjectRefData}{wxobjectrefdata}
+\membersection{wxObject::CopyObject}\label{wxobjectcopyobject}
+
+\func{virtual void}{CopyObject}{\param{wxObject\&}{ object\_dest}}
+
+Create a copy of this object in object\_dest. Must perform a full copy of self
+so that object\_dest will be valid after this object is deleted
+
\membersection{wxObject::Dump}\label{wxobjectdump}
\func{void}{Dump}{\param{ostream\&}{ stream}}