aboutsummaryrefslogtreecommitdiff
path: root/menutree.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'menutree.tcl')
-rw-r--r--menutree.tcl13
1 files changed, 13 insertions, 0 deletions
diff --git a/menutree.tcl b/menutree.tcl
new file mode 100644
index 0000000..f23c5d7
--- /dev/null
+++ b/menutree.tcl
@@ -0,0 +1,13 @@
+{category1
+ {subcategory1
+ {1a b2 c3 d4}}
+ {subcategory2
+ {1a 2b 3c 4d}}}
+{category2
+ {subcategoryA
+ {a1 b2 c3 d4}}
+ {subcategoryB
+ {1a 2b 3c 4d}}}
+{audio
+ {math
+ {+~ /~ *~ pow}}}