Add ttree_view::tnode::size().
This commit is contained in:
parent
ac97f951a5
commit
15be552cb1
1 changed files with 3 additions and 0 deletions
|
@ -127,6 +127,9 @@ public:
|
|||
const twidget* result = twidget::find(id, must_be_active);
|
||||
return result ? result : grid_.find(id, must_be_active);
|
||||
}
|
||||
|
||||
size_t size() const { return children_.size(); }
|
||||
|
||||
void clear() { children_.clear(); }
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Reference in a new issue