uncommented some code which works now
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1129 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -336,9 +336,8 @@ static inline const char *Bool2String(bool b)
|
|||||||
return b ? "" : "not ";
|
return b ? "" : "not ";
|
||||||
}
|
}
|
||||||
|
|
||||||
void MyTreeItemData::ShowInfo(wxTreeCtrl */*tree*/)
|
void MyTreeItemData::ShowInfo(wxTreeCtrl *tree)
|
||||||
{
|
{
|
||||||
/*
|
|
||||||
wxLogMessage("Item '%s': %sselected, %sexpanded, %sbold,\n"
|
wxLogMessage("Item '%s': %sselected, %sexpanded, %sbold,\n"
|
||||||
"%u children (%u immediately under this item).",
|
"%u children (%u immediately under this item).",
|
||||||
m_desc.c_str(),
|
m_desc.c_str(),
|
||||||
@@ -347,5 +346,4 @@ void MyTreeItemData::ShowInfo(wxTreeCtrl */*tree*/)
|
|||||||
Bool2String(tree->IsBold(GetId())),
|
Bool2String(tree->IsBold(GetId())),
|
||||||
tree->GetChildrenCount(GetId()),
|
tree->GetChildrenCount(GetId()),
|
||||||
tree->GetChildrenCount(GetId(), FALSE));
|
tree->GetChildrenCount(GetId(), FALSE));
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user