alpha = SimpleHTML:GetEffectiveAlpha()
|
Returns the overall opacity of the frame.
|
SimpleHTML:GetDontSavePosition()
|
Функция еще не задокументированна.
|
depth = SimpleHTML:GetDepth()
|
Returns the 3D depth of the frame (for stereoscopic 3D setups)
|
left, right, top, bottom = SimpleHTML:GetClampRectInsets()
|
Returns offsets from the frame's edges used when limiting user movement or resizing of the frame.
|
... = SimpleHTML:GetChildren()
|
Returns a list of child frames of the frame.
|
x, y = SimpleHTML:GetCenter()
|
Returns the screen coordinates of the region's center.
|
left, bottom, width, height = SimpleHTML:GetBoundsRect()
|
Returns the position and dimension of the smallest area enclosing the frame and its children.
|
bottom = SimpleHTML:GetBottom()
|
Returns the distance from the bottom of the screen to the bottom of the region.
|
red, green, blue, alpha = SimpleHTML:GetBackdropColor()
|
Returns the shading color for the frame's background graphic.
|
backdrop = SimpleHTML:GetBackdrop()
|
Returns information about the frame's backdrop graphic.
|
value = SimpleHTML:GetAttribute("name")
|
Returns the value of a secure frame attribute.
|
... = SimpleHTML:GetAnimationGroups()
|
Returns a list of animation groups belonging to the region.
|
alpha = SimpleHTML:GetAlpha()
|
Returns the opacity of the region relative to its parent.
|
SimpleHTML:EnableMouseWheel(enable)
|
Enables or disables mouse wheel interactivity for the frame.
|
SimpleHTML:EnableMouse(enable)
|
Enables or disables mouse interactivity for the frame.
|
SimpleHTML:EnableKeyboard(enable)
|
Enables or disables keyboard interactivity for the frame.
|
SimpleHTML:EnableJoystick(enable)
|
Enables or disables joystick interactivity.
|
SimpleHTML:EnableDrawLayer("layer")
|
Allows display of all child objects of the frame on a specified graphics layer.
|
SimpleHTML:DisableDrawLayer("layer")
|
Prevents display of all child objects of the frame on a specified graphics layer.
|
region = SimpleHTML:CreateTitleRegion()
|
Creates a title region for dragging the frame.
|
fontstring = SimpleHTML:CreateFontString(["name" [, "layer" [, "inherits"]]])
|
Creates a new [[docs/widgets/FontString`FontString`]] as a child of the frame.
|
SimpleHTML:ClearAllPoints()
|
Removes all anchor points from the region.
|
canChange = SimpleHTML:CanChangeProtectedState()
|
Returns whether protected properties of the region can be changed by non-secure scripts.
|
enabled = SimpleHTML:CanChangeAttribute()
|
Returns whether secure frame attributes can currently be changed.
|
SimpleHTML:AllowAttributeChanges()
|
Temporarily allows insecure code to modify the frame's attributes during combat.
|
ScrollingMessageFrame:UpdateColorByID(id, red, green, blue)
|
Updates the color of a set of messages already added to the frame.
|
ScrollingMessageFrame:UnregisterAllEvents()
|
Unregisters the frame from any [[docs/eventsevents]] for which it is registered.
|
ScrollingMessageFrame:StopMovingOrSizing()
|
Ends movement or resizing of the frame initiated with [[docs/widgets/Frame/StartMoving`:StartMoving()`]] or [[docs/widgets/Frame/StartSizing`:StartSizing()`]]
|
ScrollingMessageFrame:StopAnimating()
|
Stops any active animations involving the region or its children.
|
ScrollingMessageFrame:StartSizing()
|
Begins resizing the frame via mouse movement.
|
ScrollingMessageFrame:StartMoving()
|
Begins repositioning the frame via mouse movement.
|
ScrollingMessageFrame:SetUserPlaced(enable)
|
Flags the frame for automatic saving and restoration of position and dimensions.
|
ScrollingMessageFrame:SetToplevel(enable)
|
Sets whether the frame should automatically come to the front when clicked.
|
ScrollingMessageFrame:SetTimeVisible(time)
|
Sets the amount of time for which a message remains visible before beginning to fade out.
|
ScrollingMessageFrame:SetSpacing(spacing)
|
Sets the font instance's amount of spacing between lines.
|
ScrollingMessageFrame:SetSize(width, height)
|
Sets the size of the region to the specified values.
|
ScrollingMessageFrame:SetShadowOffset(xOffset, yOffset)
|
Sets the offset of the font instance's text shadow from its text.
|
ScrollingMessageFrame:SetResizable(enable)
|
Sets whether the frame can be resized by the user.
|