moving XRC to the core

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29233 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2004-09-20 19:30:20 +00:00
parent a32f9aaf5f
commit 9a8f051375
10 changed files with 2010 additions and 888 deletions

View File

@@ -10,10 +10,6 @@ capable of creating a control from an XML node.
See \helpref{XML-based resource system overview}{xrcoverview} for details.
{\bf NOTE:} XRC is not yet a part of the core wxWidgets library, so
please see the overview for how to compile and link it. Otherwise if you
try to use it, you will get link errors.
\wxheading{Derived from}
\helpref{wxObject}{wxobject}