]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/checklst.h
more utils.h fixes
[wxWidgets.git] / interface / checklst.h
index 3fd990b9ec4935ae7bbc21ffed5669124ff4bb6e..2e13c53661666824cac6ea8a44417e08e857428a 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        checklst.h
-// Purpose:     documentation for wxCheckListBox class
+// Purpose:     interface of wxCheckListBox
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -30,8 +30,7 @@
     @category{ctrl}
     @appearance{checklistbox.png}
 
-    @seealso
-    wxListBox, wxChoice, wxComboBox, wxListCtrl, wxCommandEvent
+    @see wxListBox, wxChoice, wxComboBox, wxListCtrl, wxCommandEvent
 */
 class wxCheckListBox : public wxListBox
 {
@@ -39,7 +38,7 @@ public:
     //@{
     /**
         Constructor, creating and showing a list box.
-        
+
         @param parent
             Parent window. Must not be @NULL.
         @param id
@@ -87,7 +86,7 @@ public:
     /**
         Checks the given item. Note that calling this method doesn't result in
         wxEVT_COMMAND_CHECKLISTBOX_TOGGLE being emitted.
-        
+
         @param item
             Index of item to check.
         @param check
@@ -95,3 +94,4 @@ public:
     */
     void Check(int item, bool check = true);
 };
+