RSS

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

API Функции

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

В разделе материалов: 7079
Показано материалов: 1051-1100
Страницы: « 1 2 ... 20 21 22 23 24 ... 141 142 »

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