X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/674ac8b919eecbc201b5f23b470a567cd0565e10..0f8df1b95c1dc5cc633fb2fd1127bd28028896f7:/include/wx/control.h?ds=inline 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; }; // ----------------------------------------------------------------------------