value = ScrollFrame:GetAttribute("name")
|
Returns the value of a secure frame attribute.
|
ScrollFrame:EnableMouseWheel(enable)
|
Enables or disables mouse wheel interactivity for the frame.
|
ScrollFrame:EnableMouse(enable)
|
Enables or disables mouse interactivity for the frame.
|
ScrollFrame:EnableKeyboard(enable)
|
Enables or disables keyboard interactivity for the frame.
|
ScrollFrame:EnableJoystick(enable)
|
Enables or disables joystick interactivity.
|
ScrollFrame:EnableDrawLayer("layer")
|
Allows display of all child objects of the frame on a specified graphics layer.
|
ScrollFrame:DisableDrawLayer("layer")
|
Prevents display of all child objects of the frame on a specified graphics layer.
|
region = ScrollFrame:CreateTitleRegion()
|
Creates a title region for dragging the frame.
|
fontstring = ScrollFrame:CreateFontString(["name" [, "layer" [, "inherits"]]])
|
Creates a new [[docs/widgets/FontString`FontString`]] as a child of the frame.
|
enabled = ScrollFrame:CanChangeAttribute()
|
Returns whether secure frame attributes can currently be changed.
|
ScrollFrame:AllowAttributeChanges()
|
Temporarily allows insecure code to modify the frame's attributes during combat.
|
QuestPOIFrame:UnregisterAllEvents()
|
Unregisters the frame from any [[docs/eventsevents]] for which it is registered.
|
QuestPOIFrame:StopMovingOrSizing()
|
Ends movement or resizing of the frame initiated with [[docs/widgets/Frame/StartMoving`:StartMoving()`]] or [[docs/widgets/Frame/StartSizing`:StartSizing()`]]
|
QuestPOIFrame:StartSizing()
|
Begins resizing the frame via mouse movement.
|
QuestPOIFrame:StartMoving()
|
Begins repositioning the frame via mouse movement.
|
QuestPOIFrame:SetUserPlaced(enable)
|
Flags the frame for automatic saving and restoration of position and dimensions.
|
QuestPOIFrame:SetToplevel(enable)
|
Sets whether the frame should automatically come to the front when clicked.
|
QuestPOIFrame:SetScale(scale)
|
Sets the frame's scale factor.
|
QuestPOIFrame:SetResizable(enable)
|
Sets whether the frame can be resized by the user.
|
QuestPOIFrame:SetMovable(enable)
|
Sets whether the frame can be moved by the user.
|
QuestPOIFrame:SetMinResize(minWidth, minHeight)
|
Sets the minimum size of the frame for user resizing.
|
QuestPOIFrame:SetMaxResize(maxWidth, maxHeight)
|
Sets the maximum size of the frame for user resizing.
|
QuestPOIFrame:SetID(id)
|
Sets a numeric identifier for the frame.
|
QuestPOIFrame:SetHitRectInsets(left, right, top, bottom)
|
Sets the insets from the frame's edges which determine its mouse-interactable area.
|
QuestPOIFrame:SetFrameStrata("strata")
|
Sets the general layering strata of the frame.
|
QuestPOIFrame:SetFrameLevel(level)
|
Sets the level at which the frame is layered relative to others in its strata.
|
QuestPOIFrame:SetDontSavePosition()
|
Функция еще не задокументированна.
|
QuestPOIFrame:SetDepth(depth)
|
Sets the 3D depth of the frame (for stereoscopic 3D configurations)
|
QuestPOIFrame:SetClampedToScreen(enable)
|
Sets whether the frame's boundaries should be limited to those of the screen.
|
QuestPOIFrame:SetClampRectInsets(left, right, top, bottom)
|
Sets offsets from the frame's edges used when limiting user movement or resizing of the frame.
|
QuestPOIFrame:SetBackdrop(backdrop)
|
Sets a backdrop graphic for the frame.
|
QuestPOIFrame:RegisterForDrag(...)
|
Registers the frame for dragging.
|
QuestPOIFrame:RegisterEvent("event")
|
Registers the frame for an [[docs/eventsevent]]
|
QuestPOIFrame:RegisterAllEvents()
|
Registers the frame for all events.
|
QuestPOIFrame:Raise()
|
Increases the frame's frame level above all other frames in its strata.
|
QuestPOIFrame:Lower()
|
Reduces the frame's frame level below all other frames in its strata.
|
enabled = QuestPOIFrame:IsUserPlaced()
|
Returns whether the frame is flagged for automatic saving and restoration of position and dimensions.
|
enabled = QuestPOIFrame:IsToplevel()
|
Returns whether the frame is automatically raised to the front when clicked.
|
enabled = QuestPOIFrame:IsResizable()
|
Returns whether the frame can be resized by the user.
|
movable = QuestPOIFrame:IsMovable()
|
Returns whether the frame can be moved by the user.
|
enabled = QuestPOIFrame:IsMouseWheelEnabled()
|
Returns whether mouse wheel interactivity is enabled for the frame.
|
enabled = QuestPOIFrame:IsMouseEnabled()
|
Returns whether mouse interactivity is enabled for the frame.
|
enabled = QuestPOIFrame:IsKeyboardEnabled()
|
Returns whether keyboard interactivity is enabled for the frame.
|
enabled = QuestPOIFrame:IsJoystickEnabled()
|
Returns whether joystick interactivity is enabled for the frame.
|