summaryrefslogtreecommitdiff
path: root/fluid/nodes/Tree.h
diff options
context:
space:
mode:
authormaxim nikonov <maxim.nikonov@hqo.co>2026-02-06 13:41:26 +0500
committermaxim nikonov <maxim.nikonov@hqo.co>2026-02-06 13:41:26 +0500
commit9575eb0a1ffa8150f70f88b5f6b55f342c3c0088 (patch)
tree37f4d24696b03ab80b11c9d31b2c562be2e03ee3 /fluid/nodes/Tree.h
parent260dc2c8828c70b0e147ea394f38e9ee6dc69ee3 (diff)
wip
Diffstat (limited to 'fluid/nodes/Tree.h')
-rw-r--r--fluid/nodes/Tree.h2
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); }