]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/checklst.h
some more comments about wxSortedArrayString::Sort
[wxWidgets.git] / interface / checklst.h
index aa5e0db926867091bfb1fedd80d5e0c185476862..2e13c53661666824cac6ea8a44417e08e857428a 100644 (file)
@@ -38,7 +38,7 @@ public:
     //@{
     /**
         Constructor, creating and showing a list box.
-        
+
         @param parent
             Parent window. Must not be @NULL.
         @param id
@@ -86,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