@library{wxcore}
@category{ctrl}
- @appearance{scrollbar.png}
+ <!-- @appearance{scrollbar.png} -->
- @see @ref overview_scrollingoverview "Scrolling overview", @ref
- overview_eventhandlingoverview, wxScrolledWindow
+ @see @ref overview_scrolling, @ref overview_eventhandling, wxScrolled
*/
class wxScrollBar : public wxControl
{
public:
- //@{
+ /**
+ Default constructor
+ */
+ wxScrollBar();
+
/**
Constructor, creating and showing a scrollbar.
@see Create(), wxValidator
*/
- wxScrollBar();
wxScrollBar(wxWindow* parent, wxWindowID id,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = wxSB_HORIZONTAL,
const wxValidator& validator = wxDefaultValidator,
const wxString& name = "scrollBar");
- //@}
/**
Destructor, destroying the scrollbar.