WoW:XML/Frame/frameStrata: Difference between revisions

From AddOn Studio
< XML‎ | Frame
Jump to navigation Jump to search
m (catfix)
(Redirected page to XML/Frame)
Line 1: Line 1:
==What is frameStrata?==
#REDIRECT [[XML/Frame]]
 
frameStrata is basically 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 [[XML/Frame/frameLevel|frameLevel]] to 1 or more. Same goes for "TOOLTIP" regardless of [[XML/Frame/frameLevel|frameLevel]].
 
==Possible Values==
from highest to lowest:
* TOOLTIP
* FULLSCREEN_DIALOG
* FULLSCREEN
* DIALOG
* HIGH
* MEDIUM
* LOW
* BACKGROUND
 
[[Category:Interface customization]]
[[Category:Interface customization]]

Revision as of 15:28, 17 September 2009

Redirect to: