]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/statbox.h
mention the problem with writing enums to wxConfig (see #8656)
[wxWidgets.git] / interface / statbox.h
index d4708b51cf42e9cfbb1d52efd7bdcdbec2f5d91e..b6719749cbae2ba6403db47202cfd22a59970cdf 100644 (file)
 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.