Thread Tools Display Modes
10-21-06, 05:17 AM   #1
Zeksie
A Fallenroot Satyr
AddOn Author - Click to view addons
Join Date: Aug 2006
Posts: 24
Request - Frame:GetChild

Request:

So often we use the code:

Code:
someFrame = getglobal(Frame:GetName().."ChildFrame")
It's used everywhere, by everything and must be one of the most intensively called things. So, it would be nice to reduce our function call count (by 1 sure, not a lot but it all adds up).

Code:
someFrame = Frame:GetChild("ChildFrame")
Similar to GetChildren, but just for a specific single named frame.
  Reply With Quote

WoWInterface » Developer Discussions » Wish List » Request - Frame:GetChild


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off