X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/144a67054a50d9e47ebfc2cc1e3ca4393ecbdd8e..92c0fc34c104c8d7c12d6a3b78ea232690fc23f4:/interface/wx/tglbtn.h diff --git a/interface/wx/tglbtn.h b/interface/wx/tglbtn.h index a2ee8e710e..d22a6744f9 100644 --- a/interface/wx/tglbtn.h +++ b/interface/wx/tglbtn.h @@ -2,11 +2,12 @@ // Name: tglbtn.h // Purpose: interface of wxBitmapToggleButton, wxToggleButton // Author: wxWidgets team -// RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// +wxEventType wxEVT_TOGGLEBUTTON; + /** @class wxToggleButton @@ -19,12 +20,12 @@ @beginEventEmissionTable{wxCommandEvent} @event{EVT_TOGGLEBUTTON(id, func)} - Handles a wxEVT_COMMAND_TOGGLEBUTTON_CLICKED event. + Handles a wxEVT_TOGGLEBUTTON event. @endEventTable @library{wxcore} @category{ctrl} - @appearance{togglebutton.png} + @appearance{togglebutton} @see wxCheckBox, wxButton, wxBitmapToggleButton */ @@ -119,12 +120,11 @@ public: @beginEventEmissionTable{wxCommandEvent} @event{EVT_TOGGLEBUTTON(id, func)} - Handles a wxEVT_COMMAND_TOGGLEBUTTON_CLICKED event. + Handles a wxEVT_TOGGLEBUTTON event. @endEventTable @library{wxcore} @category{ctrl} - @appearance{bitmaptogglebutton.png} */ class wxBitmapToggleButton : public wxToggleButton {