X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/884a3e9d375ed780dbd4677f3c56acc4b71f70a8..92c0fc34c104c8d7c12d6a3b78ea232690fc23f4:/interface/wx/tglbtn.h?ds=sidebyside diff --git a/interface/wx/tglbtn.h b/interface/wx/tglbtn.h index 9d73b2aae0..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 toggle button click 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 toggle button click event. + Handles a wxEVT_TOGGLEBUTTON event. @endEventTable @library{wxcore} @category{ctrl} - @appearance{bitmaptogglebutton.png} */ class wxBitmapToggleButton : public wxToggleButton {