// Purpose: generic wxScrollHelper
// Author: Vadim Zeitlin
// Created: 2008-12-24 (replacing old file with the same name)
-// RCS-ID: $Id$
// Copyright: (c) 2008 Vadim Zeitlin <vadim@wxwidgets.org>
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// implement base class pure virtuals
virtual void AdjustScrollbars();
+ virtual bool IsScrollbarShown(int orient) const;
protected:
virtual void DoScroll(int x, int y);