RSS

Среда, 24.04.2024, 11:58
Главная » WoW API » API Виджеты »

Фрейм

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

В категории материалов: 1617
Показано материалов: 1551-1600
Страницы: « 1 2 ... 30 31 32 33 »

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