X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4cc4bfafe5a31cb96f35b3ec9b19fa2b0b3a4eef..ec64d5ca7bbafd4f803b7a1cfbddb85a16c45d6e:/interface/statbox.h diff --git a/interface/statbox.h b/interface/statbox.h index 3475a407f8..c5a0d4207d 100644 --- a/interface/statbox.h +++ b/interface/statbox.h @@ -1,6 +1,6 @@ ///////////////////////////////////////////////////////////////////////////// // Name: statbox.h -// Purpose: documentation for wxStaticBox class +// Purpose: interface of wxStaticBox // Author: wxWidgets team // RCS-ID: $Id$ // Licence: wxWindows license @@ -27,8 +27,7 @@ @category{ctrl} @appearance{staticbox.png} - @seealso - wxStaticText + @see wxStaticText */ class wxStaticBox : public wxControl { @@ -36,7 +35,7 @@ public: //@{ /** Constructor, creating and showing a static box. - + @param parent Parent window. Must not be @NULL. @param id @@ -53,7 +52,7 @@ public: Window style. See wxStaticBox. @param name Window name. - + @see Create() */ wxStaticBox(); @@ -81,3 +80,4 @@ public: long style = 0, const wxString& name = "staticBox"); }; +