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:SetFillAlpha(Alpha)
|
Set the Alpha for the fill Texture.
|
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:SetBorderAlpha(Alpha)
|
Set the alpha for the border texture.
|
QuestPOIFrame:SetBackdrop(backdrop)
|
Sets a backdrop graphic for the frame.
|
QuestPOIFrame:SetAlpha(alpha)
|
Sets the opacity of the region relative to its parent.
|
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.
|
visible = QuestPOIFrame:IsVisible()
|
Returns whether the region is visible.
|
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.
|
shown = QuestPOIFrame:IsShown()
|
Returns whether the region is shown.
|
enabled = QuestPOIFrame:IsResizable()
|
Returns whether the frame can be resized by the user.
|
isType = QuestPOIFrame:IsObjectType("type")
|
Returns whether the object belongs to a given widget type.
|
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.
|
enabled = QuestPOIFrame:IsIgnoringDepth()
|
Returns whether the frame's depth property is ignored (for stereoscopic 3D setups)
|
registered = QuestPOIFrame:IsEventRegistered("event")
|
Returns whether the frame is registered for a given [[docs/eventsevent]]
|
isDragging = QuestPOIFrame:IsDragging()
|
Returns whether the region is currently being dragged.
|
enabled = QuestPOIFrame:IsClampedToScreen()
|
Returns whether the frame's boundaries are limited to those of the screen.
|
QuestPOIFrame:IgnoreDepth(enable)
|
Sets whether the frame's depth property is ignored (for stereoscopic 3D setups)
|
hasScript = QuestPOIFrame:HasScript("scriptType")
|
Returns whether the widget supports a script handler.
|
width = QuestPOIFrame:GetWidth()
|
Returns the width of the region.
|
top = QuestPOIFrame:GetTop()
|
Returns the distance from the bottom of the screen to the top of the region.
|
QuestPOIFrame:GetTooltipIndex()
|
Функция еще не задокументированна.
|
region = QuestPOIFrame:GetTitleRegion()
|
Returns the frame's TitleRegion object.
|
width, height = QuestPOIFrame:GetSize()
|
Returns the width and height of the region.
|