WoW API type: UITYPE FrameStrata

From AddOn Studio
Revision as of 00:55, 15 July 2008 by WoWWiki>Charibot (catfix, Replaced: {{wowapitype}} → {{wowapitype}}<br>)
Jump to navigation Jump to search

API types

FrameStrata is a string which can take following values:

  • "PARENT"
  • "BACKGROUND"
  • "LOW"
  • "MEDIUM"
  • "HIGH"
  • "DIALOG"
  • "FULLSCREEN"
  • "FULLSCREEN_DIALOG"
  • "TOOLTIP"

These stratas are given in order from lowest to highest; except for "PARENT". Value "PARENT" is relative and indicates that you want to put your frame into the same strata as your frame's parent.

Notes