RSS

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

API Функции

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

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

Название Описание
ScrollingMessageFrame:SetPoint("point" [, relativeTo [, "relativePoint" [, xOffset [, yOffset]]]]) Sets an anchor point for the region.
ScrollingMessageFrame:SetParent(frame) or ScrollingMessageFrame:SetParent("name") Makes another frame the parent of this region.
ScrollingMessageFrame:SetMovable(enable) Sets whether the frame can be moved by the user.
ScrollingMessageFrame:SetMinResize(minWidth, minHeight) Sets the minimum size of the frame for user resizing.
ScrollingMessageFrame:SetMaxResize(maxWidth, maxHeight) Sets the maximum size of the frame for user resizing.
ScrollingMessageFrame:SetMaxLines(maxLines) Sets the maximum number of messages to be kept in the frame.
ScrollingMessageFrame:SetJustifyV("justify") Sets the font instance's vertical text alignment style.
ScrollingMessageFrame:SetJustifyH("justify") Sets the font instance's horizontal text alignment style.
ScrollingMessageFrame:SetInsertMode("position") Sets the position at which new messages are added to the frame.
ScrollingMessageFrame:SetIndentedWordWrap(indent) Sets whether long lines of text are indented when wrapping.
ScrollingMessageFrame:SetID(id) Sets a numeric identifier for the frame.
ScrollingMessageFrame:SetHyperlinksEnabled(enable) Enables or disables hyperlink interactivity in the frame.
ScrollingMessageFrame:SetHitRectInsets(left, right, top, bottom) Sets the insets from the frame's edges which determine its mouse-interactable area.
ScrollingMessageFrame:SetHeight(height) Sets the region's height.
ScrollingMessageFrame:SetFrameStrata("strata") Sets the general layering strata of the frame.
ScrollingMessageFrame:SetFrameLevel(level) Sets the level at which the frame is layered relative to others in its strata.
ScrollingMessageFrame:SetFontObject(object) or ScrollingMessageFrame:SetFontObject("name") Sets the `Font` object from which the font instance's properties are inherited.
isValid = ScrollingMessageFrame:SetFont("filename", fontHeight, "flags") Sets the font instance's basic font properties.
ScrollingMessageFrame:SetFading(fading) Sets whether messages added to the frame automatically fade out after a period of time.
ScrollingMessageFrame:SetFadeDuration(duration) Sets the duration of the fade-out animation for disappearing messages.
ScrollingMessageFrame:SetDontSavePosition() Функция еще не задокументированна.
ScrollingMessageFrame:SetDepth(depth) Sets the 3D depth of the frame (for stereoscopic 3D configurations)
ScrollingMessageFrame:SetClampedToScreen(enable) Sets whether the frame's boundaries should be limited to those of the screen.
ScrollingMessageFrame:SetClampRectInsets(left, right, top, bottom) Sets offsets from the frame's edges used when limiting user movement or resizing of the frame.
ScrollingMessageFrame:SetBackdropColor(red, green, blue [, alpha]) Sets a shading color for the frame's background graphic.
ScrollingMessageFrame:SetBackdropBorderColor(red, green, blue [, alpha]) Sets a shading color for the frame's border graphic.
ScrollingMessageFrame:SetBackdrop(backdrop) Sets a backdrop graphic for the frame.
ScrollingMessageFrame:SetAttribute("name", value) Sets a secure frame attribute.
ScrollingMessageFrame:SetAlpha(alpha) Sets the opacity of the region relative to its parent.
ScrollingMessageFrame:SetAllPoints([region]) or ScrollingMessageFrame:SetAllPoints(["name"]) Sets all anchor points of the region to match those of another region.
ScrollingMessageFrame:ScrollUp() Scrolls the message frame's contents up by two lines.
ScrollingMessageFrame:ScrollToTop() Scrolls to the top of the message frame's contents.
ScrollingMessageFrame:ScrollToBottom() Scrolls to the bottom of the message frame's contents.
ScrollingMessageFrame:ScrollDown() Scrolls the message frame's contents down by two lines.
ScrollingMessageFrame:RemoveMessagesByAccessID() Функция еще не задокументированна.
ScrollingMessageFrame:RegisterForDrag(...) Registers the frame for dragging.
ScrollingMessageFrame:RegisterEvent("event") Registers the frame for an [[docs/eventsevent]]
ScrollingMessageFrame:RegisterAllEvents() Registers the frame for all events.
ScrollingMessageFrame:Raise() Increases the frame's frame level above all other frames in its strata.
ScrollingMessageFrame:PageUp() Scrolls the message frame's contents up by one page.
ScrollingMessageFrame:PageDown() Scrolls the message frame's contents down by one page.
ScrollingMessageFrame:Lower() Reduces the frame's frame level below all other frames in its strata.
visible = ScrollingMessageFrame:IsVisible() Returns whether the region is visible.
enabled = ScrollingMessageFrame:IsUserPlaced() Returns whether the frame is flagged for automatic saving and restoration of position and dimensions.
enabled = ScrollingMessageFrame:IsToplevel() Returns whether the frame is automatically raised to the front when clicked.
shown = ScrollingMessageFrame:IsShown() Returns whether the region is shown.
enabled = ScrollingMessageFrame:IsResizable() Returns whether the frame can be resized by the user.
isProtected, explicit = ScrollingMessageFrame:IsProtected() Returns whether the region is protected.
isType = ScrollingMessageFrame:IsObjectType("type") Returns whether the object belongs to a given widget type.
movable = ScrollingMessageFrame:IsMovable() Returns whether the frame can be moved by the user.