- const wxString& name = wxScrollBarNameStr);
-
- int GetThumbPosition() const ;
- inline int GetThumbSize() const { return m_pageSize; }
- inline int GetPageSize() const { return m_viewSize; }
- inline int GetRange() const { return m_objectSize; }
-
- virtual void SetThumbPosition(int viewStart);
- virtual void SetScrollbar(int position, int thumbSize, int range, int pageSize,
- bool refresh = TRUE);
-
-#if WXWIN_COMPATIBILITY
- // Backward compatibility
- int GetValue() const { return GetThumbPosition(); }
- void SetValue(int viewStart) { SetThumbPosition(viewStart); }
- void GetValues(int *viewStart, int *viewLength, int *objectLength,
- int *pageLength) const ;
- int GetViewLength() const { return m_viewSize; }
- int GetObjectLength() const { return m_objectSize; }
-
- void SetPageSize(int pageLength);
- void SetObjectLength(int objectLength);
- void SetViewLength(int viewLength);
+ ,rsName
+ );
+ }
+ virtual ~wxScrollBar();
+
+ bool Create( wxWindow* pParent
+ ,wxWindowID vId
+ ,const wxPoint& rPos = wxDefaultPosition
+ ,const wxSize& rSize = wxDefaultSize
+ ,long lStyle = wxSB_HORIZONTAL
+#if wxUSE_VALIDATORS
+ ,const wxValidator& rValidator = wxDefaultValidator