X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4693b20c7500190c3cc8c02919c45436bf5efbc9..f9ee64b1356530b7f5c957d250d2a1dcbef60f60:/samples/treectrl/treectrl.h diff --git a/samples/treectrl/treectrl.h b/samples/treectrl/treectrl.h index 0b61f54218..25f6e73645 100644 --- a/samples/treectrl/treectrl.h +++ b/samples/treectrl/treectrl.h @@ -153,6 +153,7 @@ public: void OnTogHideRoot(wxCommandEvent& event) { TogStyle(wxTR_HIDE_ROOT); } void OnTogRootLines(wxCommandEvent& event) { TogStyle(wxTR_LINES_AT_ROOT); } void OnTogBorder(wxCommandEvent& event) { TogStyle(wxTR_ROW_LINES); } + void OnTogFullHighlight(wxCommandEvent& event) { TogStyle(wxTR_FULL_ROW_HIGHLIGHT); } void OnDump(wxCommandEvent& event); #ifndef NO_MULTIPLE_SELECTION @@ -223,6 +224,7 @@ enum TreeTest_TogHideRoot, TreeTest_TogRootLines, TreeTest_TogBorder, + TreeTest_TogFullHighlight, TreeTest_Dump, TreeTest_DumpSelected, TreeTest_Count,