RSS

Понедельник, 29.04.2024, 08:32
Главная » WoW API » API Виджеты »

Фрейм

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

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

Название Описание
texture = StatusBar:CreateTexture(["name" [, "layer" [, "inherits" [, sublevel]]]]) Creates a new [[docs/widgets/Texture`Texture`]] as a child of the frame.
fontstring = StatusBar:CreateFontString(["name" [, "layer" [, "inherits"]]]) Creates a new [[docs/widgets/FontString`FontString`]] as a child of the frame.
enabled = StatusBar:CanChangeAttribute() Returns whether secure frame attributes can currently be changed.
StatusBar:AllowAttributeChanges() Temporarily allows insecure code to modify the frame's attributes during combat.
Slider:UnregisterEvent("event") Unregisters the frame for an event.
Slider:UnregisterAllEvents() Unregisters the frame from any [[docs/eventsevents]] for which it is registered.
Slider:StopMovingOrSizing() Ends movement or resizing of the frame initiated with [[docs/widgets/Frame/StartMoving`:StartMoving()`]] or [[docs/widgets/Frame/StartSizing`:StartSizing()`]]
Slider:StartSizing() Begins resizing the frame via mouse movement.
Slider:StartMoving() Begins repositioning the frame via mouse movement.
Slider:SetUserPlaced(enable) Flags the frame for automatic saving and restoration of position and dimensions.
Slider:SetToplevel(enable) Sets whether the frame should automatically come to the front when clicked.
Slider:SetScale(scale) Sets the frame's scale factor.
Slider:SetResizable(enable) Sets whether the frame can be resized by the user.
Slider:SetPropagateKeyboardInput() Функция еще не задокументированна.
Slider:SetMovable(enable) Sets whether the frame can be moved by the user.
Slider:SetMinResize(minWidth, minHeight) Sets the minimum size of the frame for user resizing.
Slider:SetMaxResize(maxWidth, maxHeight) Sets the maximum size of the frame for user resizing.
Slider:SetID(id) Sets a numeric identifier for the frame.
Slider:SetHitRectInsets(left, right, top, bottom) Sets the insets from the frame's edges which determine its mouse-interactable area.
Slider:SetFrameStrata("strata") Sets the general layering strata of the frame.
Slider:SetFrameLevel(level) Sets the level at which the frame is layered relative to others in its strata.
Slider:SetDontSavePosition() Функция еще не задокументированна.
Slider:SetDepth(depth) Sets the 3D depth of the frame (for stereoscopic 3D configurations)
Slider:SetClampedToScreen(enable) Sets whether the frame's boundaries should be limited to those of the screen.
Slider:SetClampRectInsets(left, right, top, bottom) Sets offsets from the frame's edges used when limiting user movement or resizing of the frame.
Slider:SetBackdropColor(red, green, blue [, alpha]) Sets a shading color for the frame's background graphic.
Slider:SetBackdropBorderColor(red, green, blue [, alpha]) Sets a shading color for the frame's border graphic.
Slider:SetBackdrop(backdrop) Sets a backdrop graphic for the frame.
Slider:SetAttribute("name", value) Sets a secure frame attribute.
Slider:RegisterForDrag(...) Registers the frame for dragging.
Slider:RegisterEvent("event") Registers the frame for an [[docs/eventsevent]]
Slider:RegisterAllEvents() Registers the frame for all events.
Slider:Raise() Increases the frame's frame level above all other frames in its strata.
Slider:Lower() Reduces the frame's frame level below all other frames in its strata.
enabled = Slider:IsUserPlaced() Returns whether the frame is flagged for automatic saving and restoration of position and dimensions.
enabled = Slider:IsToplevel() Returns whether the frame is automatically raised to the front when clicked.
enabled = Slider:IsResizable() Returns whether the frame can be resized by the user.
movable = Slider:IsMovable() Returns whether the frame can be moved by the user.
enabled = Slider:IsMouseWheelEnabled() Returns whether mouse wheel interactivity is enabled for the frame.
enabled = Slider:IsMouseEnabled() Returns whether mouse interactivity is enabled for the frame.
enabled = Slider:IsKeyboardEnabled() Returns whether keyboard interactivity is enabled for the frame.
enabled = Slider:IsJoystickEnabled() Returns whether joystick interactivity is enabled for the frame.
enabled = Slider:IsIgnoringDepth() Returns whether the frame's depth property is ignored (for stereoscopic 3D setups)
registered = Slider:IsEventRegistered("event") Returns whether the frame is registered for a given [[docs/eventsevent]]
enabled = Slider:IsClampedToScreen() Returns whether the frame's boundaries are limited to those of the screen.
Slider:IgnoreDepth(enable) Sets whether the frame's depth property is ignored (for stereoscopic 3D setups)
region = Slider:GetTitleRegion() Returns the frame's TitleRegion object.
scale = Slider:GetScale() Returns the frame's scale factor.
... = Slider:GetRegions() Returns a list of non-Frame child regions belonging to the frame.
Slider:GetPropagateKeyboardInput() Функция еще не задокументированна.