WoW:API Frame SetFrameStrata: Difference between revisions
Jump to navigation
Jump to search
(Updated to match the current API boilerplate.) |
No edit summary |
||
Line 1: | Line 1: | ||
{{widgetmethod}} __NOTOC__ | {{widgetmethod}} __NOTOC__ | ||
Sets the [[FrameStrata|Frame Strata]] of the frame. | Sets the [[FrameStrata|Frame Strata]] of the frame. | ||
MyFrame:SetFrameStrata(strata) | |||
== Arguments == | == Arguments == | ||
:; strata : | :; strata : [[UITYPE FrameStrata|FrameStrata]] -- The strata your frame will be put in | ||
== Returns == | == Returns == | ||
: | : ''none'' |
Revision as of 01:52, 27 September 2007
← Widget API ← Frame < SetFrameStrata
Sets the Frame Strata of the frame.
MyFrame:SetFrameStrata(strata)
Arguments
- strata
- FrameStrata -- The strata your frame will be put in
Returns
- none