Addition to guiTreeViewCtrl - ability to find what item in the tree is under a given position.

This commit is contained in:
Areloch 2018-01-28 15:07:50 -06:00
parent f731a91c78
commit 5bf3d56a05
2 changed files with 23 additions and 0 deletions

View file

@ -513,6 +513,8 @@ class GuiTreeViewCtrl : public GuiArrayCtrl
bool editItem( S32 itemId, const char* newText, const char* newValue );
bool markItem( S32 itemId, bool mark );
S32 getItemAtPosition(Point2I position);
bool isItemSelected( S32 itemId );