MovieFrame:StopMovie()
|
Stops the movie currently playing in the frame.
|
MovieFrame:StopAnimating()
|
Stops any active animations involving the region or its children.
|
MovieFrame:StartSizing()
|
Begins resizing the frame via mouse movement.
|
MovieFrame:StartMoving()
|
Begins repositioning the frame via mouse movement.
|
MovieFrame:SetUserPlaced(enable)
|
Flags the frame for automatic saving and restoration of position and dimensions.
|
MovieFrame:SetToplevel(enable)
|
Sets whether the frame should automatically come to the front when clicked.
|
MovieFrame:SetSize(width, height)
|
Sets the size of the region to the specified values.
|
MovieFrame:SetScript("scriptType", handler)
|
Sets the widget's handler function for a script.
|
MovieFrame:SetScale(scale)
|
Sets the frame's scale factor.
|
MovieFrame:SetResizable(enable)
|
Sets whether the frame can be resized by the user.
|
MovieFrame:SetMovable(enable)
|
Sets whether the frame can be moved by the user.
|
MovieFrame:SetMinResize(minWidth, minHeight)
|
Sets the minimum size of the frame for user resizing.
|
MovieFrame:SetMaxResize(maxWidth, maxHeight)
|
Sets the maximum size of the frame for user resizing.
|
MovieFrame:SetID(id)
|
Sets a numeric identifier for the frame.
|
MovieFrame:SetHitRectInsets(left, right, top, bottom)
|
Sets the insets from the frame's edges which determine its mouse-interactable area.
|
MovieFrame:SetFrameStrata("strata")
|
Sets the general layering strata of the frame.
|
MovieFrame:SetFrameLevel(level)
|
Sets the level at which the frame is layered relative to others in its strata.
|
MovieFrame:SetDontSavePosition()
|
Функция еще не задокументированна.
|
MovieFrame:SetDepth(depth)
|
Sets the 3D depth of the frame (for stereoscopic 3D configurations)
|
MovieFrame:SetClampedToScreen(enable)
|
Sets whether the frame's boundaries should be limited to those of the screen.
|
MovieFrame:SetClampRectInsets(left, right, top, bottom)
|
Sets offsets from the frame's edges used when limiting user movement or resizing of the frame.
|
MovieFrame:SetBackdropColor(red, green, blue [, alpha])
|
Sets a shading color for the frame's background graphic.
|
MovieFrame:SetBackdrop(backdrop)
|
Sets a backdrop graphic for the frame.
|
MovieFrame:SetAlpha(alpha)
|
Sets the opacity of the region relative to its parent.
|
MovieFrame:SetAllPoints([region]) or MovieFrame:SetAllPoints(["name"])
|
Sets all anchor points of the region to match those of another region.
|
MovieFrame:RegisterForDrag(...)
|
Registers the frame for dragging.
|
MovieFrame:RegisterEvent("event")
|
Registers the frame for an [[docs/eventsevent]]
|
MovieFrame:RegisterAllEvents()
|
Registers the frame for all events.
|
MovieFrame:Raise()
|
Increases the frame's frame level above all other frames in its strata.
|
MovieFrame:Lower()
|
Reduces the frame's frame level below all other frames in its strata.
|
visible = MovieFrame:IsVisible()
|
Returns whether the region is visible.
|
enabled = MovieFrame:IsUserPlaced()
|
Returns whether the frame is flagged for automatic saving and restoration of position and dimensions.
|
enabled = MovieFrame:IsToplevel()
|
Returns whether the frame is automatically raised to the front when clicked.
|
shown = MovieFrame:IsShown()
|
Returns whether the region is shown.
|
enabled = MovieFrame:IsResizable()
|
Returns whether the frame can be resized by the user.
|
isType = MovieFrame:IsObjectType("type")
|
Returns whether the object belongs to a given widget type.
|
movable = MovieFrame:IsMovable()
|
Returns whether the frame can be moved by the user.
|
enabled = MovieFrame:IsMouseWheelEnabled()
|
Returns whether mouse wheel interactivity is enabled for the frame.
|
enabled = MovieFrame:IsMouseEnabled()
|
Returns whether mouse interactivity is enabled for the frame.
|