RSS

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

API Функции

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

В разделе материалов: 7079
Показано материалов: 1601-1650
Страницы: « 1 2 ... 31 32 33 34 35 ... 141 142 »

Название Описание
ScrollFrame:SetWidth(width) Sets the region's width.
ScrollFrame:SetVerticalScroll(scroll) Sets the scroll frame's vertical scroll position.
ScrollFrame:SetUserPlaced(enable) Flags the frame for automatic saving and restoration of position and dimensions.
ScrollFrame:SetToplevel(enable) Sets whether the frame should automatically come to the front when clicked.
ScrollFrame:SetSize(width, height) Sets the size of the region to the specified values.
ScrollFrame:SetScrollChild(frame) Sets the scroll child for the scroll frame.
ScrollFrame:SetScript("scriptType", handler) Sets the widget's handler function for a script.
ScrollFrame:SetScale(scale) Sets the frame's scale factor.
ScrollFrame:SetResizable(enable) Sets whether the frame can be resized by the user.
ScrollFrame:SetPropagateKeyboardInput() Функция еще не задокументированна.
ScrollFrame:SetPoint("point" [, relativeTo [, "relativePoint" [, xOffset [, yOffset]]]]) Sets an anchor point for the region.
ScrollFrame:SetParent(frame) or ScrollFrame:SetParent("name") Makes another frame the parent of this region.
ScrollFrame:SetMovable(enable) Sets whether the frame can be moved by the user.
ScrollFrame:SetMinResize(minWidth, minHeight) Sets the minimum size of the frame for user resizing.
ScrollFrame:SetMaxResize(maxWidth, maxHeight) Sets the maximum size of the frame for user resizing.
ScrollFrame:SetID(id) Sets a numeric identifier for the frame.
ScrollFrame:SetHorizontalScroll(scroll) Sets the scroll frame's horizontal scroll position.
ScrollFrame:SetHitRectInsets(left, right, top, bottom) Sets the insets from the frame's edges which determine its mouse-interactable area.
ScrollFrame:SetHeight(height) Sets the region's height.
ScrollFrame:SetFrameStrata("strata") Sets the general layering strata of the frame.
ScrollFrame:SetFrameLevel(level) Sets the level at which the frame is layered relative to others in its strata.
ScrollFrame:SetDontSavePosition() Функция еще не задокументированна.
ScrollFrame:SetDepth(depth) Sets the 3D depth of the frame (for stereoscopic 3D configurations)
ScrollFrame:SetClampedToScreen(enable) Sets whether the frame's boundaries should be limited to those of the screen.
ScrollFrame:SetClampRectInsets(left, right, top, bottom) Sets offsets from the frame's edges used when limiting user movement or resizing of the frame.
ScrollFrame:SetBackdropColor(red, green, blue [, alpha]) Sets a shading color for the frame's background graphic.
ScrollFrame:SetBackdropBorderColor(red, green, blue [, alpha]) Sets a shading color for the frame's border graphic.
ScrollFrame:SetBackdrop(backdrop) Sets a backdrop graphic for the frame.
ScrollFrame:SetAttribute("name", value) Sets a secure frame attribute.
ScrollFrame:SetAlpha(alpha) Sets the opacity of the region relative to its parent.
ScrollFrame:SetAllPoints([region]) or ScrollFrame:SetAllPoints(["name"]) Sets all anchor points of the region to match those of another region.
ScrollFrame:RegisterForDrag(...) Registers the frame for dragging.
ScrollFrame:RegisterEvent("event") Registers the frame for an [[docs/eventsevent]]
ScrollFrame:RegisterAllEvents() Registers the frame for all events.
ScrollFrame:Raise() Increases the frame's frame level above all other frames in its strata.
ScrollFrame:Lower() Reduces the frame's frame level below all other frames in its strata.
visible = ScrollFrame:IsVisible() Returns whether the region is visible.
enabled = ScrollFrame:IsUserPlaced() Returns whether the frame is flagged for automatic saving and restoration of position and dimensions.
enabled = ScrollFrame:IsToplevel() Returns whether the frame is automatically raised to the front when clicked.
shown = ScrollFrame:IsShown() Returns whether the region is shown.
enabled = ScrollFrame:IsResizable() Returns whether the frame can be resized by the user.
isProtected, explicit = ScrollFrame:IsProtected() Returns whether the region is protected.
isType = ScrollFrame:IsObjectType("type") Returns whether the object belongs to a given widget type.
movable = ScrollFrame:IsMovable() Returns whether the frame can be moved by the user.
enabled = ScrollFrame:IsMouseWheelEnabled() Returns whether mouse wheel interactivity is enabled for the frame.
isOver = ScrollFrame:IsMouseOver([topOffset [, leftOffset [, bottomOffset [, rightOffset]]]]) Returns whether the mouse cursor is over the given region.
enabled = ScrollFrame:IsMouseEnabled() Returns whether mouse interactivity is enabled for the frame.
enabled = ScrollFrame:IsKeyboardEnabled() Returns whether keyboard interactivity is enabled for the frame.
enabled = ScrollFrame:IsJoystickEnabled() Returns whether joystick interactivity is enabled for the frame.
enabled = ScrollFrame:IsIgnoringDepth() Returns whether the frame's depth property is ignored (for stereoscopic 3D setups)