X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a6fb8636e551162537ac094da81bafa5ee7fdf83..34a34b020f1c8defacb299a0fa5c480fa65b8597:/include/wx/generic/treectlg.h diff --git a/include/wx/generic/treectlg.h b/include/wx/generic/treectlg.h index b4093ccb25..b1046c7c01 100644 --- a/include/wx/generic/treectlg.h +++ b/include/wx/generic/treectlg.h @@ -150,6 +150,9 @@ public: // the item will be shown in bold void SetItemBold(const wxTreeItemId& item, bool bold = true); + // the item will be shown with a drop highlight + void SetItemDropHighlight(const wxTreeItemId& item, bool highlight = true); + // set the item's text colour void SetItemTextColour(const wxTreeItemId& item, const wxColour& col);