X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6ef2b230567a8b1a48a2fcda5fa435090cd6428f..fa97ee2490d920eaf1e2ad7a719a7797222e2c5b:/samples/listctrl/listtest.h diff --git a/samples/listctrl/listtest.h b/samples/listctrl/listtest.h index 18066ea992..e203f8f5f8 100644 --- a/samples/listctrl/listtest.h +++ b/samples/listctrl/listtest.h @@ -135,6 +135,11 @@ protected: void OnToggleMultiSel(wxCommandEvent& event); void OnShowColInfo(wxCommandEvent& event); void OnShowSelInfo(wxCommandEvent& event); + void OnShowViewRect(wxCommandEvent& event); +#ifdef wxHAS_LISTCTRL_COLUMN_ORDER + void OnSetColOrder(wxCommandEvent& event); + void OnGetColOrder(wxCommandEvent& event); +#endif // wxHAS_LISTCTRL_COLUMN_ORDER void OnFreeze(wxCommandEvent& event); void OnThaw(wxCommandEvent& event); void OnToggleLines(wxCommandEvent& event); @@ -202,6 +207,11 @@ enum LIST_TOGGLE_FIRST, LIST_SHOW_COL_INFO, LIST_SHOW_SEL_INFO, + LIST_SHOW_VIEW_RECT, +#ifdef wxHAS_LISTCTRL_COLUMN_ORDER + LIST_SET_COL_ORDER, + LIST_GET_COL_ORDER, +#endif // wxHAS_LISTCTRL_COLUMN_ORDER LIST_GOTO, LIST_FOCUS_LAST, LIST_FREEZE,