Slider:RegisterForDrag(...)
|
Registers the frame for dragging.
|
Slider:RegisterEvent("event")
|
Registers the frame for an [[docs/eventsevent]]
|
Slider:RegisterAllEvents()
|
Registers the frame for all events.
|
Slider:Raise()
|
Increases the frame's frame level above all other frames in its strata.
|
Slider:Lower()
|
Reduces the frame's frame level below all other frames in its strata.
|
visible = Slider:IsVisible()
|
Returns whether the region is visible.
|
enabled = Slider:IsUserPlaced()
|
Returns whether the frame is flagged for automatic saving and restoration of position and dimensions.
|
enabled = Slider:IsToplevel()
|
Returns whether the frame is automatically raised to the front when clicked.
|
shown = Slider:IsShown()
|
Returns whether the region is shown.
|
enabled = Slider:IsResizable()
|
Returns whether the frame can be resized by the user.
|
isType = Slider:IsObjectType("type")
|
Returns whether the object belongs to a given widget type.
|
movable = Slider:IsMovable()
|
Returns whether the frame can be moved by the user.
|
enabled = Slider:IsMouseWheelEnabled()
|
Returns whether mouse wheel interactivity is enabled for the frame.
|
enabled = Slider:IsMouseEnabled()
|
Returns whether mouse interactivity is enabled for the frame.
|
enabled = Slider:IsKeyboardEnabled()
|
Returns whether keyboard interactivity is enabled for the frame.
|
enabled = Slider:IsJoystickEnabled()
|
Returns whether joystick interactivity is enabled for the frame.
|
enabled = Slider:IsIgnoringDepth()
|
Returns whether the frame's depth property is ignored (for stereoscopic 3D setups)
|
registered = Slider:IsEventRegistered("event")
|
Returns whether the frame is registered for a given [[docs/eventsevent]]
|
enabled = Slider:IsEnabled()
|
Returns whether user interaction with the slider is allowed.
|
isDragging = Slider:IsDragging()
|
Returns whether the region is currently being dragged.
|
enabled = Slider:IsClampedToScreen()
|
Returns whether the frame's boundaries are limited to those of the screen.
|
Slider:IgnoreDepth(enable)
|
Sets whether the frame's depth property is ignored (for stereoscopic 3D setups)
|
hasScript = Slider:HasScript("scriptType")
|
Returns whether the widget supports a script handler.
|
width = Slider:GetWidth()
|
Returns the width of the region.
|
step = Slider:GetValueStep()
|
Returns the minimum increment between allowed slider values.
|
value = Slider:GetValue()
|
Returns the value representing the current position of the slider thumb.
|
top = Slider:GetTop()
|
Returns the distance from the bottom of the screen to the top of the region.
|
region = Slider:GetTitleRegion()
|
Returns the frame's TitleRegion object.
|
texture = Slider:GetThumbTexture()
|
Returns the texture for the slider thumb.
|
width, height = Slider:GetSize()
|
Returns the width and height of the region.
|
handler = Slider:GetScript("scriptType")
|
Returns the widget's handler function for a script.
|
scale = Slider:GetScale()
|
Returns the frame's scale factor.
|
right = Slider:GetRight()
|
Returns the distance from the left edge of the screen to the right edge of the region.
|
... = Slider:GetRegions()
|
Returns a list of non-Frame child regions belonging to the frame.
|
left, bottom, width, height = Slider:GetRect()
|
Returns the position and dimensions of the region.
|
Slider:GetPropagateKeyboardInput()
|
Функция еще не задокументированна.
|
parent = Slider:GetParent()
|
Returns the object's parent object.
|
orientation = Slider:GetOrientation()
|
Returns the orientation of the slider.
|
type = Slider:GetObjectType()
|
Returns the object's widget type.
|
numRegions = Slider:GetNumRegions()
|
Returns the number of non-Frame child regions belonging to the frame.
|
numPoints = Slider:GetNumPoints()
|
Returns the number of anchor points defined for the region.
|
numChildren = Slider:GetNumChildren()
|
Returns the number of child frames belonging to the frame.
|
name = Slider:GetName()
|
Returns the widget object's name.
|
minWidth, minHeight = Slider:GetMinResize()
|
Returns the minimum size of the frame for user resizing.
|
minValue, maxValue = Slider:GetMinMaxValues()
|
Returns the minimum and maximum values for the slider.
|