RSS

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

Фрейм

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

В категории материалов: 1617
Показано материалов: 701-750
Страницы: « 1 2 ... 13 14 15 16 17 ... 32 33 »

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