Implemented logic.

This commit is contained in:
Maarten Bent
2016-02-06 17:12:56 +01:00
parent 47794945b5
commit 415292c614
3 changed files with 85 additions and 0 deletions

View File

@@ -101,6 +101,11 @@ public:
void SetTextColour(const wxColour& col);
long GetTopItem() const;
virtual bool HasCheckboxes() const wxOVERRIDE;
virtual bool EnableCheckboxes(bool enable = true) wxOVERRIDE;
virtual bool IsItemChecked(long item) const wxOVERRIDE;
virtual void CheckItem(long item, bool check) wxOVERRIDE;
void SetSingleStyle( long style, bool add = true ) ;
void SetWindowStyleFlag( long style ) wxOVERRIDE;
void RecreateWindow() {}