X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3051a44a73502c2b03d1618d0a8e94274ee67e16..c29c95fe24973b94fd724db767193171ca7c513d:/interface/wx/checkbox.h diff --git a/interface/wx/checkbox.h b/interface/wx/checkbox.h index 94516894d0..cddfaf2393 100644 --- a/interface/wx/checkbox.h +++ b/interface/wx/checkbox.h @@ -3,7 +3,7 @@ // Purpose: interface of wxCheckBox // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -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 @@ -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 @@ -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.