Merge branch 'msw-double-buffer'
Improve double-buffering support in wxMSW wxListCtrl and optionally use it in wxTreeCtrl too. Closes https://github.com/wxWidgets/wxWidgets/pull/636
This commit is contained in:
@@ -202,6 +202,9 @@ public:
|
||||
// returns true if the platform should explicitly apply a theme border
|
||||
virtual bool CanApplyThemeBorder() const wxOVERRIDE { return false; }
|
||||
|
||||
virtual bool IsDoubleBuffered() const wxOVERRIDE;
|
||||
virtual void SetDoubleBuffered(bool on) wxOVERRIDE;
|
||||
|
||||
protected:
|
||||
// Implement "update locking" in a custom way for this control.
|
||||
virtual void DoFreeze() wxOVERRIDE;
|
||||
|
||||
Reference in New Issue
Block a user