]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/checkbox.h
regenerated headers to remove @seealso in favour of @see; fixed links to global funct...
[wxWidgets.git] / interface / checkbox.h
index 81757d0f8e79f43d64b864437d25f565b6685afa..5ee0b90c6e1b7a8293135c84509758a6eefe4c7f 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        checkbox.h
-// Purpose:     documentation for wxCheckBox class
+// Purpose:     interface of wxCheckBox
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -39,8 +39,7 @@
     @category{ctrl}
     @appearance{checkbox.png}
 
-    @seealso
-    wxRadioButton, wxCommandEvent
+    @see wxRadioButton, wxCommandEvent
 */
 class wxCheckBox : public wxControl
 {
@@ -148,3 +147,4 @@ public:
     */
     void SetValue(bool state);
 };
+