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"
21 * creates tree with hierarchically cauptured
22 * information about wxWindows dynamic classes (at "current run-time")
25 void wxCreateClassInfoTree( wxTreeCtrl
* pTree
,
26 wxTreeItemId parentBranchId
,
27 long classImageNo
= -1
31 * creates tree with information about
32 * serializer-classes (at current run-time)
33 * NOTE:: "objstore.cpp" should be compiled in
36 void wxCreateSerializerInfoTree( wxTreeCtrl
* pTree
, // existing tree control
37 wxTreeItemId parentBranchId
,
38 long classImageNo
= -1 // (-1) - text only