X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6ef2b230567a8b1a48a2fcda5fa435090cd6428f..283c84c22499e75468fd11a1a877255cb143740b:/samples/listctrl/listtest.h?ds=sidebyside diff --git a/samples/listctrl/listtest.h b/samples/listctrl/listtest.h index 18066ea992..2b5fefb324 100644 --- a/samples/listctrl/listtest.h +++ b/samples/listctrl/listtest.h @@ -135,6 +135,7 @@ protected: void OnToggleMultiSel(wxCommandEvent& event); void OnShowColInfo(wxCommandEvent& event); void OnShowSelInfo(wxCommandEvent& event); + void OnShowViewRect(wxCommandEvent& event); void OnFreeze(wxCommandEvent& event); void OnThaw(wxCommandEvent& event); void OnToggleLines(wxCommandEvent& event); @@ -202,6 +203,7 @@ enum LIST_TOGGLE_FIRST, LIST_SHOW_COL_INFO, LIST_SHOW_SEL_INFO, + LIST_SHOW_VIEW_RECT, LIST_GOTO, LIST_FOCUS_LAST, LIST_FREEZE,