X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e54c96f187f46c06bd36be8cd52b35c19884aa2b..27608f1130d577131674dc546b62ef11f75226d1:/interface/statbox.h?ds=inline diff --git a/interface/statbox.h b/interface/statbox.h index 6f7b19d804..b6719749cb 100644 --- a/interface/statbox.h +++ b/interface/statbox.h @@ -25,17 +25,21 @@ @library{wxcore} @category{ctrl} - @appearance{staticbox.png} + @see wxStaticText */ class wxStaticBox : public wxControl { public: - //@{ + /** + Default constructor + */ + wxStaticBox(); + /** Constructor, creating and showing a static box. - + @param parent Parent window. Must not be @NULL. @param id @@ -52,17 +56,15 @@ public: Window style. See wxStaticBox. @param name Window name. - + @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.