]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/statline.h
correct the REDIRECT_COMMAND definition for Unix
[wxWidgets.git] / interface / statline.h
index a4a99eb630bb6027e0f5b409c6f5bac17802570d..2f624ef1164cc224f74d73a240fd8615524a1433 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        statline.h
-// Purpose:     documentation for wxStaticLine class
+// Purpose:     interface of wxStaticLine
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -23,8 +23,7 @@
     @library{wxcore}
     @category{FIXME}
 
-    @seealso
-    wxStaticBox
+    @see wxStaticBox
 */
 class wxStaticLine : public wxControl
 {
@@ -32,7 +31,7 @@ public:
     //@{
     /**
         Constructor, creating and showing a static line.
-        
+
         @param parent
             Parent window. Must not be @NULL.
         @param id
@@ -47,7 +46,7 @@ public:
             Window style (either wxLI_HORIZONTAL or wxLI_VERTICAL).
         @param name
             Window name.
-        
+
         @see Create()
     */
     wxStaticLine();
@@ -80,3 +79,4 @@ public:
     */
     bool IsVertical() const;
 };
+