]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/listctrl.h
Use child's listmodelnotifier's destructor (by overloading
[wxWidgets.git] / include / wx / generic / listctrl.h
index 07cec7f0c84996483ad86882ce30370721d4debb..19e874c53e04e4de607560a194d9f55d625ec6f5 100644 (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;