RSS

Пятница, 26.04.2024, 20:08
Главная » WoW API » API Виджеты »

Фрейм

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

В категории материалов: 1617
Показано материалов: 51-100
Страницы: « 1 2 3 4 ... 32 33 »

Название Описание
id = TabardModel:GetID() Returns the frame's numeric identifier.
left, right, top, bottom = TabardModel:GetHitRectInsets() Returns the insets from the frame's edges which determine its mouse-interactable area.
strata = TabardModel:GetFrameStrata() Returns the general layering strata of the frame.
level = TabardModel:GetFrameLevel() Sets the level at which the frame is layered relative to others in its strata.
scale = TabardModel:GetEffectiveScale() Returns the overall scale factor of the frame.
depth = TabardModel:GetEffectiveDepth() Returns the overall 3D depth of the frame (for stereoscopic 3D configurations)
alpha = TabardModel:GetEffectiveAlpha() Returns the overall opacity of the frame.
TabardModel:GetDontSavePosition() Функция еще не задокументированна.
depth = TabardModel:GetDepth() Returns the 3D depth of the frame (for stereoscopic 3D setups)
left, right, top, bottom = TabardModel:GetClampRectInsets() Returns offsets from the frame's edges used when limiting user movement or resizing of the frame.
... = TabardModel:GetChildren() Returns a list of child frames of the frame.
left, bottom, width, height = TabardModel:GetBoundsRect() Returns the position and dimension of the smallest area enclosing the frame and its children.
red, green, blue, alpha = TabardModel:GetBackdropColor() Returns the shading color for the frame's background graphic.
red, green, blue, alpha = TabardModel:GetBackdropBorderColor() Returns the shading color for the frame's border graphic.
backdrop = TabardModel:GetBackdrop() Returns information about the frame's backdrop graphic.
value = TabardModel:GetAttribute("name") Returns the value of a secure frame attribute.
TabardModel:EnableMouseWheel(enable) Enables or disables mouse wheel interactivity for the frame.
TabardModel:EnableMouse(enable) Enables or disables mouse interactivity for the frame.
TabardModel:EnableKeyboard(enable) Enables or disables keyboard interactivity for the frame.
TabardModel:EnableJoystick(enable) Enables or disables joystick interactivity.
TabardModel:EnableDrawLayer("layer") Allows display of all child objects of the frame on a specified graphics layer.
TabardModel:DisableDrawLayer("layer") Prevents display of all child objects of the frame on a specified graphics layer.
region = TabardModel:CreateTitleRegion() Creates a title region for dragging the frame.
texture = TabardModel:CreateTexture(["name" [, "layer" [, "inherits" [, sublevel]]]]) Creates a new [[docs/widgets/Texture`Texture`]] as a child of the frame.
fontstring = TabardModel:CreateFontString(["name" [, "layer" [, "inherits"]]]) Creates a new [[docs/widgets/FontString`FontString`]] as a child of the frame.
enabled = TabardModel:CanChangeAttribute() Returns whether secure frame attributes can currently be changed.
TabardModel:AllowAttributeChanges() Temporarily allows insecure code to modify the frame's attributes during combat.
StatusBar:UnregisterEvent("event") Unregisters the frame for an event.
StatusBar:UnregisterAllEvents() Unregisters the frame from any [[docs/eventsevents]] for which it is registered.
StatusBar:StopMovingOrSizing() Ends movement or resizing of the frame initiated with [[docs/widgets/Frame/StartMoving`:StartMoving()`]] or [[docs/widgets/Frame/StartSizing`:StartSizing()`]]
StatusBar:StartSizing() Begins resizing the frame via mouse movement.
StatusBar:StartMoving() Begins repositioning the frame via mouse movement.
StatusBar:SetUserPlaced(enable) Flags the frame for automatic saving and restoration of position and dimensions.
StatusBar:SetToplevel(enable) Sets whether the frame should automatically come to the front when clicked.
StatusBar:SetScale(scale) Sets the frame's scale factor.
StatusBar:SetResizable(enable) Sets whether the frame can be resized by the user.
StatusBar:SetPropagateKeyboardInput() Функция еще не задокументированна.
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: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: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.