Widget API: Frame:GetChildren

Revision as of 11:57, 10 June 2006 by WoWWiki>Mikk ({{widgetmethod}})

Widget API ← Frame < GetChildren

Template:Stub/api


Sample code provided by Iriel:

local kids = { QuestLogFrame:GetChildren() };

for _,child in ipairs(kids) do
-- stuff
end