]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/statbox.h
first revision (contains wxHelpEvent and wxNavigationKeyEvent modifications which...
[wxWidgets.git] / interface / statbox.h
index 5019a1b946ef4676861c581cfe3e5425135c36cb..c5a0d4207dc0f85f29049845ee0a501fa38a6f37 100644 (file)
@@ -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,30 +35,25 @@ public:
     //@{
     /**
         Constructor, creating and showing a static box.
-        
+
         @param parent
-        Parent window. Must not be @NULL.
-        
+            Parent window. Must not be @NULL.
         @param id
-        Window identifier. The value wxID_ANY indicates a default value.
-        
+            Window identifier. The value wxID_ANY indicates a default value.
         @param label
-        Text to be displayed in the static box, the empty string for no label.
-        
+            Text to be displayed in the static box, the empty string for no label.
         @param pos
-        Window position. If wxDefaultPosition is specified then a default position
-        is chosen.
-        
+            Window position. If wxDefaultPosition is specified then a default
+        position is chosen.
         @param size
-        Checkbox size. If the size (-1, -1) is specified then a default size is chosen.
-        
+            Checkbox size. If the size (-1, -1) is specified then a default size is
+        chosen.
         @param style
-        Window style. See wxStaticBox.
-        
+            Window style. See wxStaticBox.
         @param name
-        Window name.
-        
-        @sa Create()
+            Window name.
+
+        @see Create()
     */
     wxStaticBox();
     wxStaticBox(wxWindow* parent, wxWindowID id,
@@ -86,3 +80,4 @@ public:
                 long style = 0,
                 const wxString& name = "staticBox");
 };
+