]> git.saurik.com Git - wxWidgets.git/commitdiff
Create own entry for default constructors
authorRobert Roebling <robert@roebling.de>
Thu, 29 May 2008 14:10:52 +0000 (14:10 +0000)
committerRobert Roebling <robert@roebling.de>
Thu, 29 May 2008 14:10:52 +0000 (14:10 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53818 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/scrolbar.h
interface/splitter.h
interface/srchctrl.h
interface/statbmp.h
interface/statbox.h
interface/statline.h
interface/stattext.h

index 6f097a8a987b7b0bb84da680a63b432ca078eca3..d6574c6b067bbb7996540f57a15f008bbf789692 100644 (file)
 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.
index cf048023edbffbddcf15028f405a3054d2a882a1..71478582a318962ca829531c1c16a336d63530a5 100644 (file)
 class wxSplitterWindow : public wxWindow
 {
 public:
-    //@{
+    /**
+      Default constructor
+    */
+    wxSplitterWindow();
+    
     /**
         Constructor for creating the window.
 
@@ -73,13 +77,11 @@ public:
         @see Initialize(), SplitVertically(),
              SplitHorizontally(), Create()
     */
-    wxSplitterWindow();
     wxSplitterWindow(wxWindow* parent, wxWindowID id,
                      const wxPoint& point = wxDefaultPosition,
                      const wxSize& size = wxDefaultSize,
                      long style = wxSP_3D,
                      const wxString& name = "splitterWindow");
-    //@}
 
     /**
         Destroys the wxSplitterWindow and its children.
index a376269ba2957900d562817958ed130e13fbf1cc..348632ae3fc6439209f9d94d1cb4956252a6c839 100644 (file)
 class wxSearchCtrl : public wxTextCtrl
 {
 public:
-    //@{
+    /**
+      Default constructor
+    */
+    wxSearchCtrl();
+    
     /**
         Constructor, creating and showing a text control.
 
@@ -71,7 +75,6 @@ public:
 
         @see wxTextCtrl::Create, wxValidator
     */
-    wxSearchCtrl();
     wxSearchCtrl(wxWindow* parent, wxWindowID id,
                  const wxString& value = "",
                  const wxPoint& pos = wxDefaultPosition,
@@ -79,7 +82,6 @@ public:
                  long style = 0,
                  const wxValidator& validator = wxDefaultValidator,
                  const wxString& name = wxSearchCtrlNameStr);
-    //@}
 
     /**
         Destructor, destroying the search control.
index 6a100128f4cdf10ebdcaa77d96ac7eed49f368a4..dde41369503a09b30d0203393ba50d678409232d 100644 (file)
 class wxStaticBitmap : public wxControl
 {
 public:
-    //@{
+    /**
+      Default constructor
+    */
+    wxStaticBitmap();
+    
     /**
         Constructor, creating and showing a static bitmap control.
 
@@ -46,14 +50,12 @@ public:
 
         @see Create()
     */
-    wxStaticBitmap();
     wxStaticBitmap(wxWindow* parent, wxWindowID id,
                    const wxBitmap& label,
                    const wxPoint& pos = wxDefaultPosition,
                    const wxSize& size = wxDefaultSize,
                    long style = 0,
                    const wxString& name = "staticBitmap");
-    //@}
 
     /**
         Creation function, for two-step construction. For details see wxStaticBitmap().
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.
index df71adf528e086a97b435fc1fc9210b4de70cb55..226f28a70a55f29921610eb33146d6c716985f42 100644 (file)
 class wxStaticLine : public wxControl
 {
 public:
-    //@{
+    /**
+      Default constructor
+    */
+    wxStaticLine();
+    
     /**
         Constructor, creating and showing a static line.
 
@@ -49,13 +53,11 @@ public:
 
         @see Create()
     */
-    wxStaticLine();
     wxStaticLine(wxWindow* parent, wxWindowID id = wxID_ANY,
                  const wxPoint& pos = wxDefaultPosition,
                  const wxSize& size = wxDefaultSize,
                  long style = wxLI_HORIZONTAL,
                  const wxString& name = "staticLine");
-    //@}
 
     /**
         Creates the static line for two-step construction. See wxStaticLine()
index 9e16e68e741b74408653f0902ed4558dee77f3ea..ee65c9cdc60a413e226dceda73af1b5602c7debc 100644 (file)
 class wxStaticText : public wxControl
 {
 public:
-    //@{
+    /**
+        Default constructor.
+    */
+    wxStaticText();
+    
     /**
         Constructor, creating and showing a text control.
 
@@ -68,14 +72,12 @@ public:
 
         @see Create()
     */
-    wxStaticText();
     wxStaticText(wxWindow* parent, wxWindowID id,
                  const wxString& label,
                  const wxPoint& pos = wxDefaultPosition,
                  const wxSize& size = wxDefaultSize,
                  long style = 0,
                  const wxString& name = "staticText");
-    //@}
 
     /**
         Creation function, for two-step construction. For details see wxStaticText().