X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0e1f8ea4a3c2764ec89d95f4edef40257e32ac5b..e4097f77c440b1f31a80fe273cc732c14d606096:/interface/wx/checkbox.h?ds=sidebyside diff --git a/interface/wx/checkbox.h b/interface/wx/checkbox.h index d0f8296991..231ba84d9b 100644 --- a/interface/wx/checkbox.h +++ b/interface/wx/checkbox.h @@ -2,7 +2,6 @@ // Name: checkbox.h // Purpose: interface of wxCheckBox // Author: wxWidgets team -// RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -63,13 +62,13 @@ enum wxCheckBoxState @beginEventEmissionTable{wxCommandEvent} @event{EVT_CHECKBOX(id, func)} - Process a @c wxEVT_COMMAND_CHECKBOX_CLICKED event, when the checkbox + Process a @c wxEVT_CHECKBOX event, when the checkbox is clicked. @endEventTable @library{wxcore} @category{ctrl} - @appearance{checkbox.png} + @appearance{checkbox} @see wxRadioButton, wxCommandEvent */ @@ -170,7 +169,7 @@ public: /** Sets the checkbox to the given state. This does not cause a - @c wxEVT_COMMAND_CHECKBOX_CLICKED event to get emitted. + @c wxEVT_CHECKBOX event to get emitted. @param state If @true, the check is on, otherwise it is off. @@ -179,7 +178,7 @@ public: /** Sets the checkbox to the given state. This does not cause a - @c wxEVT_COMMAND_CHECKBOX_CLICKED event to get emitted. + @c wxEVT_CHECKBOX event to get emitted. Asserts when the checkbox is a 2-state checkbox and setting the state to wxCHK_UNDETERMINED.