summaryrefslogtreecommitdiff
path: root/iup/srclua5/tree.lua
diff options
context:
space:
mode:
Diffstat (limited to 'iup/srclua5/tree.lua')
-rwxr-xr-xiup/srclua5/tree.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/iup/srclua5/tree.lua b/iup/srclua5/tree.lua
index 5bd21c4..2e07940 100755
--- a/iup/srclua5/tree.lua
+++ b/iup/srclua5/tree.lua
@@ -21,6 +21,8 @@ local ctrl = {
extrafuncs = 1,
}
+iup.TREEREFTABLE={}
+
function iup.TreeSetNodeAttributes(handle, id, attrs)
for attr, val in pairs(attrs) do
handle[attr..id] = val