emulate scrolling in wxMSW header control; document the need to call ScrollWindow() when using it

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57133 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-12-05 22:11:27 +00:00
parent a000920547
commit f24f657913
3 changed files with 31 additions and 1 deletions

View File

@@ -46,6 +46,11 @@ public:
virtual ~wxHeaderCtrl();
// this method is only overridden in order to synchronize the control with
// the main window when it is scrolled
virtual void ScrollWindow(int dx, int dy, const wxRect *rect = NULL);
private:
// implement base class pure virtuals
virtual unsigned int DoGetCount() const;