]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/collpane.h
ensure that GetEditControl() returns something even if label editing was started...
[wxWidgets.git] / interface / collpane.h
index c60fdc0273ec2b0c57bbf111a78be4c0e03a29cc..161eff344dd89662354af0f040586dd38383b3f7 100644 (file)
@@ -101,6 +101,11 @@ public:
 class wxCollapsiblePane : public wxControl
 {
 public:
+    /**
+        Default constructor.
+    */
+    wxCollapsiblePane();
+    
     /**
         Initializes the object and calls Create() with all the parameters.
     */
@@ -131,8 +136,8 @@ public:
         @param name
             Control name.
 
-        @returns @true if the control was successfully created or @false if
-                 creation failed.
+        @return @true if the control was successfully created or @false if
+                creation failed.
     */
     bool Create(wxWindow* parent, wxWindowID id,
                 const wxString& label,