RSS

Вторник, 14.05.2024, 12:36
Главная » WoW API » API Виджеты »

Фрейм

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

В категории материалов: 1617
Показано материалов: 301-350
Страницы: « 1 2 ... 5 6 7 8 9 ... 32 33 »

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