WoW:XML/FRAMESTRATA: Difference between revisions

From AddOn Studio
< XML
Jump to navigation Jump to search
(Created page with "{{uixmltype}} A WoW UI XML enumeration used for reference in UI layout for major 'Z order' layering and compositing. FrameStrata is used in Frame. == Values ==...")
 
m (Move page script moved page XML/FRAMESTRATA to XML/FRAMESTRATA without leaving a redirect)
 
(No difference)

Latest revision as of 04:49, 15 August 2023

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