2012-01-07 15:36:58 -02:00

5 lines
121 B
Lua

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