class WXDLLEXPORT wxScrollBarBase : public wxControl
{
public:
+ wxScrollBarBase() { }
+
// scrollbar construction
bool Create(wxWindow *parent,
wxWindowID id,
virtual void SetScrollbar(int position, int thumbSize,
int range, int pageSize,
bool refresh = TRUE) = 0;
+
+private:
+ DECLARE_NO_COPY_CLASS(wxScrollBarBase)
};
#if defined(__WXUNIVERSAL__)