Esempio n. 1
0
void CDirstatDoc::OnTreemapReselectchild()
{
	CItem *item= PopReselectChild();
	SetSelection(item, true);
	UpdateAllViews(NULL, HINT_SHOWNEWSELECTION);
}
Esempio n. 2
0
void CDirstatDoc::OnTreemapReselectchild()
{
    CItem *item = PopReselectChild();
    SetSelection(item, true);
    UpdateAllViews(NULL, HINT_SHOWNEWSELECTION, reinterpret_cast<CObject*>(item));
}