diff options
Diffstat (limited to 'fluid/nodes/Tree.h')
| -rw-r--r-- | fluid/nodes/Tree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/nodes/Tree.h b/fluid/nodes/Tree.h index f1a338630..b166c7f0b 100644 --- a/fluid/nodes/Tree.h +++ b/fluid/nodes/Tree.h @@ -89,7 +89,7 @@ public: bool empty() { return first == 0; } - // Iterators: `for (auto &n: tree.all_nodes()) { n.print(); } + // Iterators for traversing nodes and widgets Container all_nodes() { return Container(*this, false); } WContainer all_widgets() { return WContainer(*this, false); } Container all_selected_nodes() { return Container(*this, true); } |
