2011-12-06 22:31:55 -02:00

5 lines
115 B
Lua

function dumpWidgets()
for i=1,UI.root:getChildCount() do
print(UI.root:getChildByIndex(i):getId())
end
end