1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: Contrib. demo
4 // Author: Aleksandras Gluchovas
8 // Copyright: 1998 (c) Aleksandras Gluchovas
9 // Licence: wxWindows license
10 /////////////////////////////////////////////////////////////////////////////
15 #include "wx/object.h"
16 #include "wx/treectrl.h"
20 * creates tree with hierarchically cauptured
21 * information about wxWindows dynamic classes (at "current run-time")
24 void wxCreateClassInfoTree( wxTreeCtrl
* pTree
,
25 wxTreeItemId parentBranchId
,
26 long classImageNo
= -1
30 * creates tree with information about
31 * serializer-classes (at current run-time)
32 * NOTE:: "objstore.cpp" should be compiled in