RSS

Понедельник, 23.12.2024, 13:16
Главная » WoW API » API Виджеты »

Фрейм

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

В категории материалов: 1617
Показано материалов: 1001-1050
Страницы: « 1 2 ... 19 20 21 22 23 ... 32 33 »

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