RSS

Пятница, 01.11.2024, 23:41
Главная » WoW API »

API Функции

[ Добавить запись ]

В разделе материалов: 7079
Показано материалов: 1351-1400
Страницы: « 1 2 ... 26 27 28 29 30 ... 141 142 »

Название Описание
isOver = SimpleHTML:IsMouseOver([topOffset [, leftOffset [, bottomOffset [, rightOffset]]]]) Returns whether the mouse cursor is over the given region.
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)
SimpleHTML:HookScript("scriptType", handler) Securely hooks a script handler.
SimpleHTML:Hide() Hides the region.
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.
textR, textG, textB, textAlpha = SimpleHTML:GetTextColor(["element"]) Returns the color of text in the frame.
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.
shadowR, shadowG, shadowB, shadowAlpha = SimpleHTML:GetShadowColor(["element"]) Returns the shadow color for 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.
SimpleHTML:GetPropagateKeyboardInput() Функция еще не задокументированна.
point, relativeTo, relativePoint, xOffset, yOffset = SimpleHTML:GetPoint(index) Returns information about one of the region's anchor points.
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.
filename, fontHeight, flags = SimpleHTML:GetFont(["element"]) Returns basic properties of a font used in the frame.
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)