{\r
public:\r
ctlTree(wxWindow* parent, wxWindowID id, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxTR_HAS_BUTTONS);\r
- wxTreeItemId ctlTree::AppendItem(const wxTreeItemId& parent, const wxString& text, int image = -1, int selImage = -1, wxTreeItemData* data = NULL);\r
+ wxTreeItemId AppendItem(const wxTreeItemId& parent, const wxString& text, int image = -1, int selImage = -1, wxTreeItemData* data = NULL);\r
wxTreeItemId AppendObject(pgObject *parent, pgObject *object);\r
void RemoveDummyChild(pgObject *obj);\r
pgCollection *AppendCollection(pgObject *parent, pgaFactory &factory);\r