From 7505e88db66798b2b8fcdff2d92a7136cd826b5b Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Thu, 9 Sep 2010 02:26:30 +0200 Subject: Upgrading to IUP 3.2 - and cleaning up. --- iup/srclua5/tree.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'iup/srclua5/tree.lua') 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 -- cgit v1.2.3