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:
authorbseifert <none@none>2004-01-21 01:17:41 +0300
committerbseifert <none@none>2004-01-21 01:17:41 +0300
commitdf0f96c7af8493ad6ee49796342aa300923065d6 (patch)
tree3fd8c0c2124d94715be8228fe0ce8daa02d8269c /windirstat/options.h
parent2f0ee94f846241baa0cf800f76bd666da2833c85 (diff)
Full row selection.
Diffstat (limited to 'windirstat/options.h')
-rw-r--r--windirstat/options.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/windirstat/options.h b/windirstat/options.h
index 5278995..eb25849 100644
--- a/windirstat/options.h
+++ b/windirstat/options.h
@@ -196,6 +196,9 @@ public:
bool IsListStripes();
void SetListStripes(bool show);
+ bool IsListFullRowSelection();
+ void SetListFullRowSelection(bool show);
+
void GetTreelistColors(COLORREF color[TREELISTCOLORCOUNT]);
void SetTreelistColors(const COLORREF color[TREELISTCOLORCOUNT]);
COLORREF GetTreelistColor(int i);
@@ -249,6 +252,7 @@ private:
bool m_listGrid;
bool m_listStripes;
+ bool m_listFullRowSelection;
COLORREF m_treelistColor[TREELISTCOLORCOUNT];
int m_treelistColorCount;
bool m_humanFormat;