#include "wx/object.h"
#include "wx/treectrl.h"
-#include "objstore.h"
/*
* creates tree with hierarchically cauptured
* NOTE:: "objstore.cpp" should be compiled in
*/
-void wxCreateSerializerInfoTree( wxTreeCtrl* pTree, // existing tree control
- wxTreeItemId parentBranchId,
- long classImageNo = -1 // (-1) - text only
- );
-
#endif