RSS

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

Фрейм

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

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

Название Описание
enabled = MovieFrame:IsMouseWheelEnabled() Returns whether mouse wheel interactivity is enabled for the frame.
enabled = MovieFrame:IsMouseEnabled() Returns whether mouse interactivity is enabled for the frame.
enabled = MovieFrame:IsKeyboardEnabled() Returns whether keyboard interactivity is enabled for the frame.
enabled = MovieFrame:IsJoystickEnabled() Returns whether joystick interactivity is enabled for the frame.
enabled = MovieFrame:IsIgnoringDepth() Returns whether the frame's depth property is ignored (for stereoscopic 3D setups)
registered = MovieFrame:IsEventRegistered("event") Returns whether the frame is registered for a given [[docs/eventsevent]]
enabled = MovieFrame:IsClampedToScreen() Returns whether the frame's boundaries are limited to those of the screen.
MovieFrame:IgnoreDepth(enable) Sets whether the frame's depth property is ignored (for stereoscopic 3D setups)
region = MovieFrame:GetTitleRegion() Returns the frame's TitleRegion object.
scale = MovieFrame:GetScale() Returns the frame's scale factor.
... = MovieFrame:GetRegions() Returns a list of non-Frame child regions belonging to the frame.
MovieFrame:GetPropagateKeyboardInput() Функция еще не задокументированна.
numRegions = MovieFrame:GetNumRegions() Returns the number of non-Frame child regions belonging to the frame.
numChildren = MovieFrame:GetNumChildren() Returns the number of child frames belonging to the frame.
minWidth, minHeight = MovieFrame:GetMinResize() Returns the minimum size of the frame for user resizing.
maxWidth, maxHeight = MovieFrame:GetMaxResize() Returns the maximum size of the frame for user resizing.
id = MovieFrame:GetID() Returns the frame's numeric identifier.
left, right, top, bottom = MovieFrame:GetHitRectInsets() Returns the insets from the frame's edges which determine its mouse-interactable area.
strata = MovieFrame:GetFrameStrata() Returns the general layering strata of the frame.
level = MovieFrame:GetFrameLevel() Sets the level at which the frame is layered relative to others in its strata.
scale = MovieFrame:GetEffectiveScale() Returns the overall scale factor of the frame.
depth = MovieFrame:GetEffectiveDepth() Returns the overall 3D depth of the frame (for stereoscopic 3D configurations)
alpha = MovieFrame:GetEffectiveAlpha() Returns the overall opacity of the frame.
MovieFrame:GetDontSavePosition() Функция еще не задокументированна.
depth = MovieFrame:GetDepth() Returns the 3D depth of the frame (for stereoscopic 3D setups)
left, right, top, bottom = MovieFrame:GetClampRectInsets() Returns offsets from the frame's edges used when limiting user movement or resizing of the frame.
... = MovieFrame:GetChildren() Returns a list of child frames of the frame.
left, bottom, width, height = MovieFrame:GetBoundsRect() Returns the position and dimension of the smallest area enclosing the frame and its children.
red, green, blue, alpha = MovieFrame:GetBackdropColor() Returns the shading color for the frame's background graphic.
red, green, blue, alpha = MovieFrame:GetBackdropBorderColor() Returns the shading color for the frame's border graphic.
backdrop = MovieFrame:GetBackdrop() Returns information about the frame's backdrop graphic.
value = MovieFrame:GetAttribute("name") Returns the value of a secure frame attribute.
MovieFrame:EnableMouseWheel(enable) Enables or disables mouse wheel interactivity for the frame.
MovieFrame:EnableMouse(enable) Enables or disables mouse interactivity for the frame.
MovieFrame:EnableKeyboard(enable) Enables or disables keyboard interactivity for the frame.
MovieFrame:EnableJoystick(enable) Enables or disables joystick interactivity.
MovieFrame:EnableDrawLayer("layer") Allows display of all child objects of the frame on a specified graphics layer.
MovieFrame:DisableDrawLayer("layer") Prevents display of all child objects of the frame on a specified graphics layer.
region = MovieFrame:CreateTitleRegion() Creates a title region for dragging the frame.
texture = MovieFrame:CreateTexture(["name" [, "layer" [, "inherits" [, sublevel]]]]) Creates a new [[docs/widgets/Texture`Texture`]] as a child of the frame.
fontstring = MovieFrame:CreateFontString(["name" [, "layer" [, "inherits"]]]) Creates a new [[docs/widgets/FontString`FontString`]] as a child of the frame.
enabled = MovieFrame:CanChangeAttribute() Returns whether secure frame attributes can currently be changed.
MovieFrame:AllowAttributeChanges() Temporarily allows insecure code to modify the frame's attributes during combat.
Model:UnregisterEvent("event") Unregisters the frame for an event.
Model:UnregisterAllEvents() Unregisters the frame from any [[docs/eventsevents]] for which it is registered.
Model:StopMovingOrSizing() Ends movement or resizing of the frame initiated with [[docs/widgets/Frame/StartMoving`:StartMoving()`]] or [[docs/widgets/Frame/StartSizing`:StartSizing()`]]
Model:StartSizing() Begins resizing the frame via mouse movement.
Model:StartMoving() Begins repositioning the frame via mouse movement.
Model:SetUserPlaced(enable) Flags the frame for automatic saving and restoration of position and dimensions.
Model:SetToplevel(enable) Sets whether the frame should automatically come to the front when clicked.