TabardModel:UnregisterEvent("event")
|
Unregisters the frame for an event.
|
TabardModel:UnregisterAllEvents()
|
Unregisters the frame from any [[docs/eventsevents]] for which it is registered.
|
TabardModel:StopMovingOrSizing()
|
Ends movement or resizing of the frame initiated with [[docs/widgets/Frame/StartMoving`:StartMoving()`]] or [[docs/widgets/Frame/StartSizing`:StartSizing()`]]
|
TabardModel:StartSizing()
|
Begins resizing the frame via mouse movement.
|
TabardModel:StartMoving()
|
Begins repositioning the frame via mouse movement.
|
TabardModel:SetUserPlaced(enable)
|
Flags the frame for automatic saving and restoration of position and dimensions.
|
TabardModel:SetToplevel(enable)
|
Sets whether the frame should automatically come to the front when clicked.
|
TabardModel:SetScale(scale)
|
Sets the frame's scale factor.
|
TabardModel:SetResizable(enable)
|
Sets whether the frame can be resized by the user.
|
TabardModel:SetMovable(enable)
|
Sets whether the frame can be moved by the user.
|
TabardModel:SetMinResize(minWidth, minHeight)
|
Sets the minimum size of the frame for user resizing.
|
TabardModel:SetMaxResize(maxWidth, maxHeight)
|
Sets the maximum size of the frame for user resizing.
|
TabardModel:SetID(id)
|
Sets a numeric identifier for the frame.
|
TabardModel:SetHitRectInsets(left, right, top, bottom)
|
Sets the insets from the frame's edges which determine its mouse-interactable area.
|
TabardModel:SetFrameStrata("strata")
|
Sets the general layering strata of the frame.
|
TabardModel:SetFrameLevel(level)
|
Sets the level at which the frame is layered relative to others in its strata.
|
TabardModel:SetDontSavePosition()
|
Функция еще не задокументированна.
|
TabardModel:SetDepth(depth)
|
Sets the 3D depth of the frame (for stereoscopic 3D configurations)
|
TabardModel:SetClampedToScreen(enable)
|
Sets whether the frame's boundaries should be limited to those of the screen.
|
TabardModel:SetClampRectInsets(left, right, top, bottom)
|
Sets offsets from the frame's edges used when limiting user movement or resizing of the frame.
|
TabardModel:SetBackdropColor(red, green, blue [, alpha])
|
Sets a shading color for the frame's background graphic.
|
TabardModel:SetBackdrop(backdrop)
|
Sets a backdrop graphic for the frame.
|
TabardModel:RegisterForDrag(...)
|
Registers the frame for dragging.
|
TabardModel:RegisterEvent("event")
|
Registers the frame for an [[docs/eventsevent]]
|
TabardModel:RegisterAllEvents()
|
Registers the frame for all events.
|
TabardModel:Raise()
|
Increases the frame's frame level above all other frames in its strata.
|
TabardModel:Lower()
|
Reduces the frame's frame level below all other frames in its strata.
|
enabled = TabardModel:IsUserPlaced()
|
Returns whether the frame is flagged for automatic saving and restoration of position and dimensions.
|
enabled = TabardModel:IsToplevel()
|
Returns whether the frame is automatically raised to the front when clicked.
|
enabled = TabardModel:IsResizable()
|
Returns whether the frame can be resized by the user.
|
movable = TabardModel:IsMovable()
|
Returns whether the frame can be moved by the user.
|
enabled = TabardModel:IsMouseWheelEnabled()
|
Returns whether mouse wheel interactivity is enabled for the frame.
|
enabled = TabardModel:IsMouseEnabled()
|
Returns whether mouse interactivity is enabled for the frame.
|
enabled = TabardModel:IsKeyboardEnabled()
|
Returns whether keyboard interactivity is enabled for the frame.
|
enabled = TabardModel:IsJoystickEnabled()
|
Returns whether joystick interactivity is enabled for the frame.
|
enabled = TabardModel:IsIgnoringDepth()
|
Returns whether the frame's depth property is ignored (for stereoscopic 3D setups)
|
registered = TabardModel:IsEventRegistered("event")
|
Returns whether the frame is registered for a given [[docs/eventsevent]]
|
enabled = TabardModel:IsClampedToScreen()
|
Returns whether the frame's boundaries are limited to those of the screen.
|
TabardModel:IgnoreDepth(enable)
|
Sets whether the frame's depth property is ignored (for stereoscopic 3D setups)
|
region = TabardModel:GetTitleRegion()
|
Returns the frame's TitleRegion object.
|
scale = TabardModel:GetScale()
|
Returns the frame's scale factor.
|
... = TabardModel:GetRegions()
|
Returns a list of non-Frame child regions belonging to the frame.
|
numRegions = TabardModel:GetNumRegions()
|
Returns the number of non-Frame child regions belonging to the frame.
|
numChildren = TabardModel:GetNumChildren()
|
Returns the number of child frames belonging to the frame.
|
minWidth, minHeight = TabardModel:GetMinResize()
|
Returns the minimum size of the frame for user resizing.
|
maxWidth, maxHeight = TabardModel:GetMaxResize()
|
Returns the maximum size of the frame for user resizing.
|