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:
Vadim Zeitlin
2001-02-16 18:49:47 +00:00
parent 8b766d97fd
commit cd4915e2c9
3 changed files with 12 additions and 3 deletions

View File

@@ -48,6 +48,13 @@ Pointer to an object which is the object's reference-counted data.
\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}}