add treebox.horvered method

This commit is contained in:
Jinhao
2019-04-19 04:40:49 +08:00
parent 8b2dc1eddd
commit 5320ead6bd
2 changed files with 15 additions and 0 deletions

View File

@@ -480,6 +480,8 @@ namespace nana
*/
void scroll_into_view(item_proxy item);
/// Gets the current hovered node.
item_proxy hovered(bool exclude_expander) const;
private:
std::shared_ptr<scroll_operation_interface> _m_scroll_operation() override;