X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/526954c5968baa29218c994ec48e476ae2bd4b9f..b22a1070b3f2de8ef85d34a841b5230aa08db967:/interface/wx/checkbox.h diff --git a/interface/wx/checkbox.h b/interface/wx/checkbox.h index 7fe4510a52..cddfaf2393 100644 --- a/interface/wx/checkbox.h +++ b/interface/wx/checkbox.h @@ -41,7 +41,7 @@ enum wxCheckBoxState @beginEventEmissionTable{wxCommandEvent} @event{EVT_CHECKBOX(id, func)} - Process a wxEVT_COMMAND_CHECKBOX_CLICKED event, when the checkbox + Process a @c wxEVT_COMMAND_CHECKBOX_CLICKED event, when the checkbox is clicked. @endEventTable @@ -148,7 +148,7 @@ public: /** Sets the checkbox to the given state. This does not cause a - wxEVT_COMMAND_CHECKBOX_CLICKED event to get emitted. + @c wxEVT_COMMAND_CHECKBOX_CLICKED event to get emitted. @param state If @true, the check is on, otherwise it is off. @@ -157,7 +157,7 @@ public: /** Sets the checkbox to the given state. This does not cause a - wxEVT_COMMAND_CHECKBOX_CLICKED event to get emitted. + @c wxEVT_COMMAND_CHECKBOX_CLICKED event to get emitted. Asserts when the checkbox is a 2-state checkbox and setting the state to wxCHK_UNDETERMINED.