add a method to return first node of treebox

This commit is contained in:
Jinhao
2020-04-21 05:48:07 +08:00
parent e6a75746ad
commit 90789e428c
2 changed files with 8 additions and 0 deletions

View File

@@ -515,6 +515,8 @@ namespace nana
*/
void use_entire_line(bool enable);
/// Return the first node of treebox
item_proxy first() const;
private:
std::shared_ptr<scroll_operation_interface> _m_scroll_operation() override;