WoW:API Region Show: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
{{widgetmethod}}
{{widgetmethod}}


<center>'''Show''' ''-Documentation by [[user:The_Nerd_Wonder|The Nerd Wonder]]-''</center>


This function makes a frame visible.  
This function makes a frame visible.  

Revision as of 16:35, 4 December 2007

Widget API ← Region < Show


This function makes a frame visible.

object:Show()

Arguments
none

Returns
none

Description
Makes a frame visible. Note that if a frame's parent is hidden, the frame displayed will not appear until its parent is shown as well.

Performance note
If a lot of frames are shown for the first time at once (like in action bar mods), then the interface may hang for a few seconds, I found no way to fix this.