StatusBar:SetOrientation("orientation")
|
Sets the orientation of the status bar.
|
StatusBar:SetMovable(enable)
|
Sets whether the frame can be moved by the user.
|
StatusBar:SetMinResize(minWidth, minHeight)
|
Sets the minimum size of the frame for user resizing.
|
StatusBar:SetMinMaxValues(minValue, maxValue)
|
Sets the minimum and maximum values of the status bar.
|
StatusBar:SetMaxResize(maxWidth, maxHeight)
|
Sets the maximum size of the frame for user resizing.
|
StatusBar:SetID(id)
|
Sets a numeric identifier for the frame.
|
StatusBar:SetHitRectInsets(left, right, top, bottom)
|
Sets the insets from the frame's edges which determine its mouse-interactable area.
|
StatusBar:SetFrameStrata("strata")
|
Sets the general layering strata of the frame.
|
StatusBar:SetFrameLevel(level)
|
Sets the level at which the frame is layered relative to others in its strata.
|
StatusBar:SetDontSavePosition()
|
Функция еще не задокументированна.
|
StatusBar:SetDepth(depth)
|
Sets the 3D depth of the frame (for stereoscopic 3D configurations)
|
StatusBar:SetClampedToScreen(enable)
|
Sets whether the frame's boundaries should be limited to those of the screen.
|
StatusBar:SetClampRectInsets(left, right, top, bottom)
|
Sets offsets from the frame's edges used when limiting user movement or resizing of the frame.
|
StatusBar:SetBackdropColor(red, green, blue [, alpha])
|
Sets a shading color for the frame's background graphic.
|
StatusBar:SetBackdrop(backdrop)
|
Sets a backdrop graphic for the frame.
|
StatusBar:SetAlpha(alpha)
|
Sets the opacity of the region relative to its parent.
|
StatusBar:SetAllPoints([region]) or StatusBar:SetAllPoints(["name"])
|
Sets all anchor points of the region to match those of another region.
|
StatusBar:RegisterForDrag(...)
|
Registers the frame for dragging.
|
StatusBar:RegisterEvent("event")
|
Registers the frame for an [[docs/eventsevent]]
|
StatusBar:RegisterAllEvents()
|
Registers the frame for all events.
|
StatusBar:Raise()
|
Increases the frame's frame level above all other frames in its strata.
|
StatusBar:Lower()
|
Reduces the frame's frame level below all other frames in its strata.
|
visible = StatusBar:IsVisible()
|
Returns whether the region is visible.
|
enabled = StatusBar:IsUserPlaced()
|
Returns whether the frame is flagged for automatic saving and restoration of position and dimensions.
|
enabled = StatusBar:IsToplevel()
|
Returns whether the frame is automatically raised to the front when clicked.
|
shown = StatusBar:IsShown()
|
Returns whether the region is shown.
|
enabled = StatusBar:IsResizable()
|
Returns whether the frame can be resized by the user.
|
isType = StatusBar:IsObjectType("type")
|
Returns whether the object belongs to a given widget type.
|
movable = StatusBar:IsMovable()
|
Returns whether the frame can be moved by the user.
|
enabled = StatusBar:IsMouseWheelEnabled()
|
Returns whether mouse wheel interactivity is enabled for the frame.
|
enabled = StatusBar:IsMouseEnabled()
|
Returns whether mouse interactivity is enabled for the frame.
|
enabled = StatusBar:IsKeyboardEnabled()
|
Returns whether keyboard interactivity is enabled for the frame.
|
enabled = StatusBar:IsJoystickEnabled()
|
Returns whether joystick interactivity is enabled for the frame.
|
enabled = StatusBar:IsIgnoringDepth()
|
Returns whether the frame's depth property is ignored (for stereoscopic 3D setups)
|
registered = StatusBar:IsEventRegistered("event")
|
Returns whether the frame is registered for a given [[docs/eventsevent]]
|
isDragging = StatusBar:IsDragging()
|
Returns whether the region is currently being dragged.
|
enabled = StatusBar:IsClampedToScreen()
|
Returns whether the frame's boundaries are limited to those of the screen.
|
StatusBar:IgnoreDepth(enable)
|
Sets whether the frame's depth property is ignored (for stereoscopic 3D setups)
|
hasScript = StatusBar:HasScript("scriptType")
|
Returns whether the widget supports a script handler.
|
width = StatusBar:GetWidth()
|
Returns the width of the region.
|