Implement basic styles for wxTreeCtrl under wxQT

This commit is contained in:
Graham Dawes
2019-02-05 13:46:32 +00:00
parent 308ef18a6d
commit 8efe01bd8e
2 changed files with 12 additions and 8 deletions

View File

@@ -112,6 +112,8 @@ public:
virtual bool GetBoundingRect(const wxTreeItemId& item, wxRect& rect, bool textOnly = false) const wxOVERRIDE;
virtual void SetWindowStyleFlag(long styles) wxOVERRIDE;
virtual QWidget *GetHandle() const wxOVERRIDE;
protected: