X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/be7a086c0c0faef78005ad66791da31a76a31fcd..9e9574fe45b176ee74bba8fad7574cf9906145d1:/interface/wx/bmpbuttn.h diff --git a/interface/wx/bmpbuttn.h b/interface/wx/bmpbuttn.h index 20bd4ab543..f8e8c3fed5 100644 --- a/interface/wx/bmpbuttn.h +++ b/interface/wx/bmpbuttn.h @@ -2,7 +2,6 @@ // Name: bmpbuttn.h // Purpose: interface of wxBitmapButton // Author: wxWidgets team -// RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -33,12 +32,12 @@ @beginEventEmissionTable{wxCommandEvent} @event{EVT_BUTTON(id, func)} - Process a @c wxEVT_COMMAND_BUTTON_CLICKED event, when the button is clicked. + Process a @c wxEVT_BUTTON event, when the button is clicked. @endEventTable @library{wxcore} @category{ctrl} - @appearance{bitmapbutton.png} + @appearance{bitmapbutton} @see wxButton */