xml中代码:
<Frame name="OptionFrame" frameStrata="DIALOG" toplevel="true" enableMouse="true" movable="true" hidden="true" parent="UIParent" enableKeyboard="true" > <Size> <AbsDimension x="500" y="380"/> </Size> <Scripts> <OnLoad>this:RegisterForDrag("LeftButton");</OnLoad> <OnDragStart>this:StartMoving();</OnDragStart> <OnDragStop>this:StopMovingOrSizing();</OnDragStop> <OnMouseDown> this:SetClampedToScreen(true) </OnMouseDown> </Scripts> …… </Frame>