RSS

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

Фрейм

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

В категории материалов: 1617
Показано материалов: 851-900
Страницы: « 1 2 ... 16 17 18 19 20 ... 32 33 »

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