X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a92b0cfd2bd0bef75b43c071df0b0e028f360d8e..023fff9ae0d4b7ace23fc5c070576c240a9f6915:/samples/listctrl/listtest.h diff --git a/samples/listctrl/listtest.h b/samples/listctrl/listtest.h index a79ca7c580..a887cdb29e 100644 --- a/samples/listctrl/listtest.h +++ b/samples/listctrl/listtest.h @@ -96,6 +96,7 @@ public: void OnDeselectAll(wxCommandEvent& event); void OnSelectAll(wxCommandEvent& event); void OnAdd(wxCommandEvent& event); + void OnEdit(wxCommandEvent& event); void OnDelete(wxCommandEvent& event); void OnDeleteAll(wxCommandEvent& event); void OnSort(wxCommandEvent& event); @@ -147,6 +148,7 @@ enum LIST_DELETE_ALL, LIST_DELETE, LIST_ADD, + LIST_EDIT, LIST_SORT, LIST_SET_FG_COL, LIST_SET_BG_COL,