X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/674ac8b919eecbc201b5f23b470a567cd0565e10..0cbe5ee3a9ec225702cbd7db715cec567b08c06f:/include/wx/control.h diff --git a/include/wx/control.h b/include/wx/control.h index 79adf0144f..7b1d491309 100644 --- a/include/wx/control.h +++ b/include/wx/control.h @@ -46,6 +46,9 @@ protected: // inherit colour and font settings from the parent window void InheritAttributes(); + + // initialize the common fields of wxCommandEvent + void InitCommandEvent(wxCommandEvent& event) const; }; // ----------------------------------------------------------------------------