enabled = Button:IsJoystickEnabled()
|
Returns whether joystick interactivity is enabled for the frame.
|
enabled = Button:IsIgnoringDepth()
|
Returns whether the frame's depth property is ignored (for stereoscopic 3D setups)
|
registered = Button:IsEventRegistered("event")
|
Returns whether the frame is registered for a given [[docs/eventsevent]]
|
enabled = Button:IsClampedToScreen()
|
Returns whether the frame's boundaries are limited to those of the screen.
|
Button:IgnoreDepth(enable)
|
Sets whether the frame's depth property is ignored (for stereoscopic 3D setups)
|
region = Button:GetTitleRegion()
|
Returns the frame's TitleRegion object.
|
scale = Button:GetScale()
|
Returns the frame's scale factor.
|
... = Button:GetRegions()
|
Returns a list of non-Frame child regions belonging to the frame.
|
Button:GetPropagateKeyboardInput()
|
Функция еще не задокументированна.
|
numRegions = Button:GetNumRegions()
|
Returns the number of non-Frame child regions belonging to the frame.
|
numChildren = Button:GetNumChildren()
|
Returns the number of child frames belonging to the frame.
|
minWidth, minHeight = Button:GetMinResize()
|
Returns the minimum size of the frame for user resizing.
|
maxWidth, maxHeight = Button:GetMaxResize()
|
Returns the maximum size of the frame for user resizing.
|
id = Button:GetID()
|
Returns the frame's numeric identifier.
|
left, right, top, bottom = Button:GetHitRectInsets()
|
Returns the insets from the frame's edges which determine its mouse-interactable area.
|
strata = Button:GetFrameStrata()
|
Returns the general layering strata of the frame.
|
level = Button:GetFrameLevel()
|
Sets the level at which the frame is layered relative to others in its strata.
|
scale = Button:GetEffectiveScale()
|
Returns the overall scale factor of the frame.
|
depth = Button:GetEffectiveDepth()
|
Returns the overall 3D depth of the frame (for stereoscopic 3D configurations)
|
alpha = Button:GetEffectiveAlpha()
|
Returns the overall opacity of the frame.
|
Button:GetDontSavePosition()
|
Функция еще не задокументированна.
|
depth = Button:GetDepth()
|
Returns the 3D depth of the frame (for stereoscopic 3D setups)
|
left, right, top, bottom = Button:GetClampRectInsets()
|
Returns offsets from the frame's edges used when limiting user movement or resizing of the frame.
|
... = Button:GetChildren()
|
Returns a list of child frames of the frame.
|
left, bottom, width, height = Button:GetBoundsRect()
|
Returns the position and dimension of the smallest area enclosing the frame and its children.
|
red, green, blue, alpha = Button:GetBackdropColor()
|
Returns the shading color for the frame's background graphic.
|
red, green, blue, alpha = Button:GetBackdropBorderColor()
|
Returns the shading color for the frame's border graphic.
|
backdrop = Button:GetBackdrop()
|
Returns information about the frame's backdrop graphic.
|
value = Button:GetAttribute("name")
|
Returns the value of a secure frame attribute.
|
Button:EnableMouseWheel(enable)
|
Enables or disables mouse wheel interactivity for the frame.
|
Button:EnableMouse(enable)
|
Enables or disables mouse interactivity for the frame.
|
Button:EnableKeyboard(enable)
|
Enables or disables keyboard interactivity for the frame.
|
Button:EnableJoystick(enable)
|
Enables or disables joystick interactivity.
|
Button:EnableDrawLayer("layer")
|
Allows display of all child objects of the frame on a specified graphics layer.
|
Button:DisableDrawLayer("layer")
|
Prevents display of all child objects of the frame on a specified graphics layer.
|
region = Button:CreateTitleRegion()
|
Creates a title region for dragging the frame.
|
fontstring = Button:CreateFontString(["name" [, "layer" [, "inherits"]]])
|
Creates a new [[docs/widgets/FontString`FontString`]] as a child of the frame.
|
enabled = Button:CanChangeAttribute()
|
Returns whether secure frame attributes can currently be changed.
|
Button:AllowAttributeChanges()
|
Temporarily allows insecure code to modify the frame's attributes during combat.
|
ArchaeologyDigSiteFrame:UnregisterAllEvents()
|
Unregisters the frame from any [[docs/eventsevents]] for which it is registered.
|
ArchaeologyDigSiteFrame:StopMovingOrSizing()
|
Ends movement or resizing of the frame initiated with [[docs/widgets/Frame/StartMoving`:StartMoving()`]] or [[docs/widgets/Frame/StartSizing`:StartSizing()`]]
|
ArchaeologyDigSiteFrame:StartSizing()
|
Begins resizing the frame via mouse movement.
|
ArchaeologyDigSiteFrame:StartMoving()
|
Begins repositioning the frame via mouse movement.
|
ArchaeologyDigSiteFrame:SetUserPlaced(enable)
|
Flags the frame for automatic saving and restoration of position and dimensions.
|
ArchaeologyDigSiteFrame:SetToplevel(enable)
|
Sets whether the frame should automatically come to the front when clicked.
|
ArchaeologyDigSiteFrame:SetResizable(enable)
|
Sets whether the frame can be resized by the user.
|