enabled = SimpleHTML:IsMouseEnabled()
|
Returns whether mouse interactivity is enabled for the frame.
|
enabled = SimpleHTML:IsKeyboardEnabled()
|
Returns whether keyboard interactivity is enabled for the frame.
|
enabled = SimpleHTML:IsJoystickEnabled()
|
Returns whether joystick interactivity is enabled for the frame.
|
enabled = SimpleHTML:IsIgnoringDepth()
|
Returns whether the frame's depth property is ignored (for stereoscopic 3D setups)
|
registered = SimpleHTML:IsEventRegistered("event")
|
Returns whether the frame is registered for a given [[docs/eventsevent]]
|
isDragging = SimpleHTML:IsDragging()
|
Returns whether the region is currently being dragged.
|
enabled = SimpleHTML:IsClampedToScreen()
|
Returns whether the frame's boundaries are limited to those of the screen.
|
SimpleHTML:IgnoreDepth(enable)
|
Sets whether the frame's depth property is ignored (for stereoscopic 3D setups)
|
hasScript = SimpleHTML:HasScript("scriptType")
|
Returns whether the widget supports a script handler.
|
width = SimpleHTML:GetWidth()
|
Returns the width of the region.
|
top = SimpleHTML:GetTop()
|
Returns the distance from the bottom of the screen to the top of the region.
|
region = SimpleHTML:GetTitleRegion()
|
Returns the frame's TitleRegion object.
|
spacing = SimpleHTML:GetSpacing(["element"])
|
Returns the amount of spacing between lines of text in the frame.
|
width, height = SimpleHTML:GetSize()
|
Returns the width and height of the region.
|
xOffset, yOffset = SimpleHTML:GetShadowOffset(["element"])
|
Returns the offset of text shadow from text in the frame.
|
handler = SimpleHTML:GetScript("scriptType")
|
Returns the widget's handler function for a script.
|
scale = SimpleHTML:GetScale()
|
Returns the frame's scale factor.
|
right = SimpleHTML:GetRight()
|
Returns the distance from the left edge of the screen to the right edge of the region.
|
... = SimpleHTML:GetRegions()
|
Returns a list of non-Frame child regions belonging to the frame.
|
left, bottom, width, height = SimpleHTML:GetRect()
|
Returns the position and dimensions of the region.
|
parent = SimpleHTML:GetParent()
|
Returns the object's parent object.
|
type = SimpleHTML:GetObjectType()
|
Returns the object's widget type.
|
numRegions = SimpleHTML:GetNumRegions()
|
Returns the number of non-Frame child regions belonging to the frame.
|
numPoints = SimpleHTML:GetNumPoints()
|
Returns the number of anchor points defined for the region.
|
numChildren = SimpleHTML:GetNumChildren()
|
Returns the number of child frames belonging to the frame.
|
name = SimpleHTML:GetName()
|
Returns the widget object's name.
|
minWidth, minHeight = SimpleHTML:GetMinResize()
|
Returns the minimum size of the frame for user resizing.
|
maxWidth, maxHeight = SimpleHTML:GetMaxResize()
|
Returns the maximum size of the frame for user resizing.
|
left = SimpleHTML:GetLeft()
|
Returns the distance from the left edge of the screen to the left edge of the region.
|
justify = SimpleHTML:GetJustifyV(["element"])
|
Returns the vertical alignment style for text in the frame.
|
justify = SimpleHTML:GetJustifyH(["element"])
|
Returns the horizontal alignment style for text in the frame.
|
indent = SimpleHTML:GetIndentedWordWrap(["element"])
|
Returns whether long lines of text are indented when wrapping.
|
id = SimpleHTML:GetID()
|
Returns the frame's numeric identifier.
|
enabled = SimpleHTML:GetHyperlinksEnabled()
|
Returns whether hyperlinks in the frame's text are interactive.
|
format = SimpleHTML:GetHyperlinkFormat()
|
Returns the format string used for displaying hyperlinks in the frame.
|
left, right, top, bottom = SimpleHTML:GetHitRectInsets()
|
Returns the insets from the frame's edges which determine its mouse-interactable area.
|
height = SimpleHTML:GetHeight()
|
Returns the height of the region.
|
strata = SimpleHTML:GetFrameStrata()
|
Returns the general layering strata of the frame.
|
level = SimpleHTML:GetFrameLevel()
|
Sets the level at which the frame is layered relative to others in its strata.
|
font = SimpleHTML:GetFontObject(["element"])
|
Returns the `Font` object from which the properties of a font used in the frame are inherited.
|
scale = SimpleHTML:GetEffectiveScale()
|
Returns the overall scale factor of the frame.
|
depth = SimpleHTML:GetEffectiveDepth()
|
Returns the overall 3D depth of the frame (for stereoscopic 3D configurations)
|