mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-03 04:20:30 +00:00
Addition to guiTreeViewCtrl - ability to find what item in the tree is under a given position.
This commit is contained in:
parent
f731a91c78
commit
5bf3d56a05
2 changed files with 23 additions and 0 deletions
|
|
@ -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 );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue