Widget API: Frame:SetUserPlaced

From AddOn Studio
Revision as of 03:53, 20 August 2007 by WoWWiki>Tekkub
Jump to navigation Jump to search

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.

Also See