X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0c7fe6f2209681ba6520217f0994435a98c82beb..500b128d0e42dfaa70f46e58d3cc5300c6b25489:/interface/statbox.h diff --git a/interface/statbox.h b/interface/statbox.h index d4708b51cf..b6719749cb 100644 --- a/interface/statbox.h +++ b/interface/statbox.h @@ -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.