X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/328f5751e8a06727b137189fe04891a9f43bfc8b..89267fe552799e2baeadae4c88fc53508974339d:/interface/collpane.h diff --git a/interface/collpane.h b/interface/collpane.h index 1be941d5b8..89a6e74e79 100644 --- a/interface/collpane.h +++ b/interface/collpane.h @@ -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; }; +