/////////////////////////////////////////////////////////////////////////////
// Name: scrolbar.h
-// Purpose: documentation for wxScrollBar class
+// Purpose: interface of wxScrollBar
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
@category{ctrl}
@appearance{scrollbar.png}
- @seealso
- @ref overview_scrollingoverview "Scrolling overview", @ref
+ @see @ref overview_scrollingoverview "Scrolling overview", @ref
overview_eventhandlingoverview, wxScrolledWindow
*/
class wxScrollBar : public wxControl
*/
void SetThumbPosition(int viewStart);
};
+