Create own entry for default constructors
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53818 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -31,7 +31,11 @@
|
||||
class wxScrollBar : public wxControl
|
||||
{
|
||||
public:
|
||||
//@{
|
||||
/**
|
||||
Default constructor
|
||||
*/
|
||||
wxScrollBar();
|
||||
|
||||
/**
|
||||
Constructor, creating and showing a scrollbar.
|
||||
|
||||
@@ -54,14 +58,12 @@ public:
|
||||
|
||||
@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.
|
||||
|
Reference in New Issue
Block a user