WoW:API Frame SetFrameStrata: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
(Updated to match the current API boilerplate.)
Line 1: Line 1:
{{widgetmethod}}
{{widgetmethod}} __NOTOC__
{{Stub/API}}
Sets the ''frame strata'' of the frame.


For more information see [[frameStrata]].
 
Sets the [[FrameStrata|Frame Strata]] of the frame.
Frame:SetFrameStrata("strata")
 
 
== Arguments ==
:; strata : String ([[FrameStrata]]) - The frame strata the frame will be put in
 
 
== Returns ==
:nil

Revision as of 14:27, 27 June 2007

Widget API ← Frame < SetFrameStrata


Sets the Frame Strata of the frame.

Frame:SetFrameStrata("strata")


Arguments

strata
String (FrameStrata) - The frame strata the frame will be put in


Returns

nil