add a method to return first node of treebox
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user