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:
Robert Roebling
2008-05-29 14:10:52 +00:00
parent b0fa01cca2
commit 671600d808
7 changed files with 35 additions and 21 deletions

View File

@@ -32,7 +32,11 @@
class wxStaticBox : public wxControl
{
public:
//@{
/**
Default constructor
*/
wxStaticBox();
/**
Constructor, creating and showing a static box.
@@ -55,14 +59,12 @@ public:
@see Create()
*/
wxStaticBox();
wxStaticBox(wxWindow* parent, wxWindowID id,
const wxString& label,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = 0,
const wxString& name = "staticBox");
//@}
/**
Destructor, destroying the group box.