]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/checklst.h
Update documentation for new library name.
[wxWidgets.git] / interface / wx / checklst.h
index 79f82582fdaab3d82d955557e37fc1c211ad0b66..8789618478e07121f6f536f39fce7da8997924ea 100644 (file)
@@ -17,7 +17,7 @@
 
     @beginEventEmissionTable{wxCommandEvent}
     @event{EVT_CHECKLISTBOX(id, func)}
-        Process a wxEVT_COMMAND_CHECKLISTBOX_TOGGLED event, when an item in
+        Process a @c wxEVT_COMMAND_CHECKLISTBOX_TOGGLED event, when an item in
         the check list box is checked or unchecked. wxCommandEvent::GetInt()
         will contain the index of the item that was checked or unchecked.
         wxCommandEvent::IsChecked() is not valid! Use wxCheckListBox::IsChecked()
@@ -116,7 +116,7 @@ public:
 
     /**
         Checks the given item. Note that calling this method does not result in
-        a wxEVT_COMMAND_CHECKLISTBOX_TOGGLE event being emitted.
+        a @c wxEVT_COMMAND_CHECKLISTBOX_TOGGLE event being emitted.
 
         @param item
             Index of item to check.