/**
@class wxButton
- @wxheader{button.h}
A button is a control that contains a text string, and is one of the most
common elements of a GUI.
Creates a flat button. Windows and GTK+ only.
@endStyleTable
- @beginEventTable{wxCommandEvent}
+ @beginEventEmissionTable{wxCommandEvent}
@event{EVT_BUTTON(id, func)}
Process a wxEVT_COMMAND_BUTTON_CLICKED event, when the button is clicked.
@endEventTable
@library{wxcore}
@category{ctrl}
- <!-- @appearance{button.png} -->
+ @appearance{button.png}
@see wxBitmapButton
*/