We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1089208 commit 8a480f6Copy full SHA for 8a480f6
examples/tree-view.raku
@@ -9,7 +9,13 @@ use Terminal::Widgets::SpanWrappingAndHighlighting;
9
class TreeViewDemo is TopLevel {
10
has $!root-node = tv-node('Root',
11
tv-node('One',
12
- tv-node('One One'),
+ tv-node('One One',
13
+ tv-node('One One One'),
14
+ tv-node('One One Two'),
15
+ tv-node('One One Three'),
16
+ tv-node('One One Four'),
17
+ tv-node('One One Five'),
18
+ tv-node('One One Six')),
19
tv-node('One Two',
20
tv-node('One Two One'),
21
tv-node('One Two Two'),
0 commit comments