]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/splitter.h
prevent memory leak
[wxWidgets.git] / interface / splitter.h
index df7e890bf6892abaa6308675b6a609f4977edbb5..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.
@@ -290,7 +292,7 @@ public:
         (default)
             to choose the default position (half of the total window height).
 
-        @returns @true if successful, @false otherwise (the window was already
+        @return @true if successful, @false otherwise (the window was already
                  split).
 
         @remarks This should be called if you wish to initially view two panes.
@@ -319,7 +321,7 @@ public:
         (default)
             to choose the default position (half of the total window width).
 
-        @returns @true if successful, @false otherwise (the window was already
+        @return @true if successful, @false otherwise (the window was already
                  split).
 
         @remarks This should be called if you wish to initially view two panes.
@@ -339,7 +341,7 @@ public:
         @param toRemove
             The pane to remove, or @NULL to remove the right or bottom pane.
 
-        @returns @true if successful, @false otherwise (the window was not split).
+        @return @true if successful, @false otherwise (the window was not split).
 
         @remarks This call will not actually delete the pane being removed; it
                  calls OnUnsplit which can be overridden for the desired