X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/62a7da7532e246849c6f308f1ca90ffe42617e99..5b88a837ba75928cd3835a6b97ae2bf5ad983a6e:/interface/wx/checkbox.h?ds=sidebyside diff --git a/interface/wx/checkbox.h b/interface/wx/checkbox.h index 94bad36548..c4f7543b90 100644 --- a/interface/wx/checkbox.h +++ b/interface/wx/checkbox.h @@ -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. @@ -47,7 +47,7 @@ enum wxCheckBoxState @library{wxcore} @category{ctrl} - + @appearance{checkbox.png} @see wxRadioButton, wxCommandEvent */ @@ -71,11 +71,11 @@ public: @param label Text to be displayed next to the checkbox. @param pos - Checkbox position. If wxDefaultPosition is specified then a default - position is chosen. + Checkbox position. + If ::wxDefaultPosition is specified then a default position is chosen. @param size - Checkbox size. If wxDefaultSize is specified then a default size is - chosen. + Checkbox size. + If ::wxDefaultSize is specified then a default size is chosen. @param style Window style. See wxCheckBox. @param validator