Widget API: Region:Show

From AddOn Studio
Revision as of 04:47, 15 August 2023 by Move page script (talk | contribs) (Move page script moved page API Region Show to API Region Show without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Widget API ← Region < Show

This function makes a frame visible.

object:Show()

Parameters

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.

Notes

  • 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.
  • Protected function - I found that Frames of type Button can't call this method if the player is in combat. ¿Any one else seen the same behavior?
  • If the frame is not visible, then the OnHide event will be called before OnShow.