WoW:API Region Show: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
({{widgetmethod}})
No edit summary
Line 21: Line 21:


: 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.
: 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.

Revision as of 05:12, 26 June 2006

Widget API ← Region < Show

Show -Documentation by The Nerd Wonder-

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.