]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/collpane.h
fixes to Freeze/Thawn when the window is shown or hidden in between Freeze and Thaw
[wxWidgets.git] / interface / collpane.h
index 1be941d5b80a86567ae3eb99d424fd541140c730..89a6e74e79991d9f9a316c83f1210116734d22ce 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        collpane.h
-// Purpose:     documentation for wxCollapsiblePaneEvent class
+// Purpose:     interface of wxCollapsiblePaneEvent
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -16,8 +16,7 @@
     @library{wxcore}
     @category{FIXME}
 
-    @seealso
-    wxCollapsiblePane
+    @see wxCollapsiblePane
 */
 class wxCollapsiblePaneEvent : public wxCommandEvent
 {
@@ -42,6 +41,7 @@ public:
 };
 
 
+
 /**
     @class wxCollapsiblePane
     @wxheader{collpane.h}
@@ -96,8 +96,7 @@ public:
     @category{ctrl}
     @appearance{collapsiblepane.png}
 
-    @seealso
-    wxPanel, wxCollapsiblePaneEvent
+    @see wxPanel, wxCollapsiblePaneEvent
 */
 class wxCollapsiblePane : public wxControl
 {
@@ -137,7 +136,7 @@ public:
             Validator which can be used for additional date checks.
         @param name
             Control name.
-        
+
         @returns @true if the control was successfully created or @false if
                  creation failed.
     */
@@ -170,3 +169,4 @@ public:
     */
     bool IsExpanded() const;
 };
+