From 9575eb0a1ffa8150f70f88b5f6b55f342c3c0088 Mon Sep 17 00:00:00 2001 From: maxim nikonov Date: Fri, 6 Feb 2026 13:41:26 +0500 Subject: wip --- fluid/nodes/Tree.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fluid/nodes/Tree.h') 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); } -- cgit v1.2.3