Allow wxGenericListCtrl to correctly handle Get/SetScrollPos [bug 1584099].

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43734 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Kevin Ollivier
2006-12-01 20:31:25 +00:00
parent d10d4362bb
commit bb29edfaa2
2 changed files with 13 additions and 0 deletions

View File

@@ -183,6 +183,9 @@ public:
virtual bool SetFont( const wxFont &font );
virtual bool SetCursor( const wxCursor &cursor );
virtual int GetScrollPos(int orient) const;
virtual void SetScrollPos(int orient, int pos, bool refresh = true);
#if wxUSE_DRAG_AND_DROP
virtual void SetDropTarget( wxDropTarget *dropTarget );
virtual wxDropTarget *GetDropTarget() const;