WoW API type: UITYPE FrameStrata

Revision as of 01:55, 27 September 2007 by WoWWiki>Fibby (New page: {{widget}} ''FrameStrata'' can take following values: * '''"PARENT"''' * '''"BACKGROUND"''' * '''"LOW"''' * '''"MEDIUM"''' * '''"HIGH"''' * '''"DIALOG"''' * '''"FULLSCREEN"''' * '''"FULLS...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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