WoW:API Frame SetUserPlaced: Difference between revisions
Jump to navigation
Jump to search
(Docs analogous to API_Frame_IsUserPlaced) |
No edit summary |
||
Line 1: | Line 1: | ||
{{widgetmethod}} | {{widgetmethod}} | ||
Sets whether a frame has been moved by the user. | Sets whether a frame has been moved by the user. | ||
Frame:SetUserPlaced(isUserPlaced) | |||
Frame:SetUserPlaced(isUserPlaced) | |||
== Parameters == | == Parameters == | ||
=== Arguments === | === Arguments === | ||
;isUserPlaced : Boolean - true if the frame has been moved by the user, false if not | |||
==Details== | ==Details== | ||
Does '''not''' work on frames that have been created by [[API_CreateFrame]]. | |||
==Also See== | ==Also See== | ||
* [[API_Frame_IsUserPlaced|Frame:IsUserPlaced()]] | * [[API_Frame_IsUserPlaced|Frame:IsUserPlaced()]] |
Revision as of 03:53, 20 August 2007
← Widget API ← Frame < SetUserPlaced
Sets whether a frame has been moved by the user.
Frame:SetUserPlaced(isUserPlaced)
Parameters
Arguments
- isUserPlaced
- Boolean - true if the frame has been moved by the user, false if not
Details
Does not work on frames that have been created by API_CreateFrame.