X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ce00f59b5b169752d2f05ce3bb1a88ddc1b38b4c..4d623b67ee74794fbeba5805a269433d030c67d5:/samples/stc/edit.h diff --git a/samples/stc/edit.h b/samples/stc/edit.h index d22222f67c..f9c5e7e6bc 100644 --- a/samples/stc/edit.h +++ b/samples/stc/edit.h @@ -91,6 +91,11 @@ public: void OnSetReadOnly (wxCommandEvent &event); void OnWrapmodeOn (wxCommandEvent &event); void OnUseCharset (wxCommandEvent &event); + // annotations + void OnAnnotationAdd(wxCommandEvent& event); + void OnAnnotationRemove(wxCommandEvent& event); + void OnAnnotationClear(wxCommandEvent& event); + void OnAnnotationStyle(wxCommandEvent& event); //! extra void OnChangeCase (wxCommandEvent &event); void OnConvertEOL (wxCommandEvent &event);