Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
WoW
Talk
English
Views
Read
Edit
History
More
Search
Navigation
Home
Random page
Help using wiki
Editions
for WoW
for WildStar
for Solar2D
Documentation
for WoW
for WildStar
Reference
WoW
⦁ FrameXML
⦁ AddOns
⦁ API
⦁ WoW Lua
WildStar
⦁ AddOns
⦁ API
⦁ WildStar Lua
Engine
Tools
What links here
Related changes
Special pages
Page information
Site
Recent Changes
Editing
WoW:UITYPE FrameStrata
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{wowapitype}}<br /> ''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 == * <tt>frameStrata</tt> attribute of [[UIOBJECT Frame|Frame object]] has type ''FrameStrata''. * Commonly, you'll do best to resist the temptation of setting FrameStrata for every frame you create. Unless you have a very special case, it should suffice to set the strata for the "main" frame, and just properly parent subsequent elements (background contains elements, elements contain widgets, widgets contain own highlights or something). Child elements are always rendered on top of their parents and that's the primary (if not only) layering technique you should use. Sets the [[FrameStrata|Frame Strata]] of the frame. MyFrame:SetFrameStrata(strata) == Arguments == :; strata :: [[UITYPE FrameStrata|FrameStrata]] -- The strata your frame will be put in == Returns == : ''none''
Summary:
Please note that all contributions to AddOn Studio are considered to be released under the Creative Commons Attribution-NonCommercial-ShareAlike (see
AddOn Studio Wiki:Copyrights
for details).
Submissions must be written by you, or copied from a public domain or similar free resource (see
AddOn Studio Wiki:Copyrights
for details).
Cancel
Editing help
(opens in new window)
Templates used on this page:
Template:Apinav
(
edit
)
Template:Editlink
(
edit
)
Template:Wowapi
(
edit
)
Template:Wowapitype
(
edit
)