]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/checkbox.h
Fix double-click support for wxListBox (#10548)
[wxWidgets.git] / interface / wx / checkbox.h
index 73278025630446dd6224f88601c8558531230325..94516894d0f2c75239204c287f2784c6fcd1925d 100644 (file)
@@ -39,7 +39,7 @@ enum wxCheckBoxState
            Makes the text appear on the left of the checkbox.
     @endStyleTable
 
-    @beginEventTable{wxCommandEvent}
+    @beginEventEmissionTable{wxCommandEvent}
     @event{EVT_CHECKBOX(id, func)}
            Process a wxEVT_COMMAND_CHECKBOX_CLICKED event, when the checkbox
            is clicked.