WoW:XML/FRAMESTRATA

From AddOn Studio
< XML
Revision as of 04:49, 15 August 2023 by Move page script (talk) (Move page script moved page XML/FRAMESTRATA to XML/FRAMESTRATA without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

XML UI ← XML types < FRAMESTRATA

A WoW UI XML enumeration used for reference in UI layout for major 'Z order' layering and compositing. FrameStrata is used in Frame.

Values

  • PARENT - the usual default. this sets this elements strata to be the 'same as' or 'relative to' its parent.
  • BACKGROUND
  • LOW
  • MEDIUM
  • HIGH
  • DIALOG
  • FULLSCREEN
  • FULLSCREEN_DIALOG
  • TOOLTIP

Details

Which layer your frame should be on. Some words of caution: if you set your frameStrata to "BACKGROUND" it will be blocked from receiving mouse events unless you set frameLevel to 1 or more. Same goes for "TOOLTIP" regardless of frameLevel. Possible values are, from lowest to highest, 'higher' being layered on top of the 'lower' ones at runtime.

See Also: UITYPE FrameStrata