RSS

Суббота, 02.11.2024, 01:29
Главная » WoW API »

API Функции

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

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

Название Описание
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.
red, green, blue, alpha = SimpleHTML:GetBackdropBorderColor() Returns the shading color for the frame's border 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.
texture = SimpleHTML:CreateTexture(["name" [, "layer" [, "inherits" [, sublevel]]]]) Creates a new [[docs/widgets/Texture`Texture`]] as a child of the frame.
fontstring = SimpleHTML:CreateFontString(["name" [, "layer" [, "inherits"]]]) Creates a new [[docs/widgets/FontString`FontString`]] as a child of the frame.
animationGroup = SimpleHTML:CreateAnimationGroup(["name" [, "inheritsFrom"]]) Creates a new AnimationGroup as a child of the region.
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:UnregisterEvent("event") Unregisters the frame for an event.
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:Show() Shows the region.
ScrollingMessageFrame:SetWidth(width) Sets the region's width.
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:SetTextColor(textR, textG, textB, textAlpha) Sets the font instance's default text color.
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:SetShadowColor(shadowR, shadowG, shadowB, shadowAlpha) Sets the color of the font's text shadow.
ScrollingMessageFrame:SetScrollOffset(offset) Sets the message frame's scroll position.
ScrollingMessageFrame:SetScript("scriptType", handler) Sets the widget's handler function for a script.
ScrollingMessageFrame:SetScale(scale) Sets the frame's scale factor.
ScrollingMessageFrame:SetResizable(enable) Sets whether the frame can be resized by the user.
ScrollingMessageFrame:SetPropagateKeyboardInput() Функция еще не задокументированна.