SimpleHTML:SetClampedToScreen(enable)
|
Sets whether the frame's boundaries should be limited to those of the screen.
|
SimpleHTML:SetClampRectInsets(left, right, top, bottom)
|
Sets offsets from the frame's edges used when limiting user movement or resizing of the frame.
|
SimpleHTML:SetBackdropColor(red, green, blue [, alpha])
|
Sets a shading color for the frame's background graphic.
|
SimpleHTML:SetBackdrop(backdrop)
|
Sets a backdrop graphic for the frame.
|
SimpleHTML:RegisterForDrag(...)
|
Registers the frame for dragging.
|
SimpleHTML:RegisterEvent("event")
|
Registers the frame for an [[docs/eventsevent]]
|
SimpleHTML:RegisterAllEvents()
|
Registers the frame for all events.
|
SimpleHTML:Raise()
|
Increases the frame's frame level above all other frames in its strata.
|
SimpleHTML:Lower()
|
Reduces the frame's frame level below all other frames in its strata.
|
enabled = SimpleHTML:IsUserPlaced()
|
Returns whether the frame is flagged for automatic saving and restoration of position and dimensions.
|
enabled = SimpleHTML:IsToplevel()
|
Returns whether the frame is automatically raised to the front when clicked.
|
enabled = SimpleHTML:IsResizable()
|
Returns whether the frame can be resized by the user.
|
movable = SimpleHTML:IsMovable()
|
Returns whether the frame can be moved by the user.
|
enabled = SimpleHTML:IsMouseWheelEnabled()
|
Returns whether mouse wheel interactivity is enabled for the frame.
|
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]]
|
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)
|
region = SimpleHTML:GetTitleRegion()
|
Returns the frame's TitleRegion object.
|
scale = SimpleHTML:GetScale()
|
Returns the frame's scale factor.
|
... = SimpleHTML:GetRegions()
|
Returns a list of non-Frame child regions belonging to the frame.
|
numRegions = SimpleHTML:GetNumRegions()
|
Returns the number of non-Frame child regions belonging to the frame.
|
numChildren = SimpleHTML:GetNumChildren()
|
Returns the number of child frames belonging to the frame.
|
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.
|
id = SimpleHTML:GetID()
|
Returns the frame's numeric identifier.
|
left, right, top, bottom = SimpleHTML:GetHitRectInsets()
|
Returns the insets from the frame's edges which determine its mouse-interactable area.
|
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.
|
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)
|
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.
|
left, bottom, width, height = SimpleHTML:GetBoundsRect()
|
Returns the position and dimension of the smallest area enclosing the frame and its children.
|
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: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.
|