Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/windirstat.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'windirstat/Controls/TreeListControl.h')
-rw-r--r--windirstat/Controls/TreeListControl.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/windirstat/Controls/TreeListControl.h b/windirstat/Controls/TreeListControl.h
index 2a554a9..d21d251 100644
--- a/windirstat/Controls/TreeListControl.h
+++ b/windirstat/Controls/TreeListControl.h
@@ -55,6 +55,12 @@ class CTreeListItem: public COwnerDrawnListItem
CArray<CTreeListItem *, CTreeListItem *> sortedChildren;
CPacman pacman;
+
+ VISIBLEINFO(int iIndent)
+ : indent(iIndent)
+ , image(-1)
+ , isExpanded(false)
+ {}
};
public:
@@ -185,7 +191,7 @@ protected:
afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
afx_msg void OnLButtonDblClk(UINT nFlags, CPoint point);
afx_msg void OnKeyDown(UINT nChar, UINT nRepCnt, UINT nFlags);
- afx_msg BOOL OnEraseBkgnd(CDC* pDC);
+ // afx_msg BOOL OnEraseBkgnd(CDC* pDC);
};
#endif // __WDS_TREELISTCONTROL_H__