RSS

Пятница, 01.11.2024, 11:22
Главная » WoW API »

API Функции

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

В разделе материалов: 7079
Показано материалов: 701-750
Страницы: « 1 2 ... 13 14 15 16 17 ... 141 142 »

Название Описание
OnSizeChanged Run when a frame's size changes.
OnShow Run when the frame becomes visible.
OnScrollRangeChanged Run when the scroll frame's scroll position is changed.
OnReceiveDrag Run when the mouse button is released after dragging into the frame.
OnPlay Run when the animation (or animation group) begins to play.
OnPause Run when the animation (or animation group) is paused.
OnMovieShowSubtitle Runs when a subtitle for the playing movie should be displayed.
OnMovieHideSubtitle Runs when the movie's most recently displayed subtitle should be hidden.
OnMovieFinished Run when a movie frame's movie ends.
OnMouseWheel Run when the frame receives a mouse wheel scrolling action.
OnMouseUp Run when the mouse button is released following a mouse down action in the frame.
OnMouseDown Run when a mouse button is pressed while the cursor is over the frame.
OnMinMaxChanged Run when the slider's or status bar's minimum and maximum values change.
OnMessageScrollChanged Run when the scrolling message frame's scroll position changes.
OnLoop Run when the animation group's loop state changes.
OnLoad Run when the frame is created.
OnLeave Run when the mouse cursor leaves the frame's interactive area.
OnKeyUp Run when a keyboard key is released if the frame is keyboard enabled.
OnKeyDown Run when a keyboard key is pressed if the frame is keyboard enabled.
OnInputLanguageChanged Run when the edit box's language input mode changes.
OnHyperlinkLeave Run when the mouse moves away from a hyperlink in the scrolling message frame or SimpleHTML frame.
OnHyperlinkEnter Run when the mouse moves over a hyperlink in the scrolling message frame or SimpleHTML frame.
OnHyperlinkClick Run when the mouse clicks a hyperlink in the scrolling message frame or SimpleHTML frame.
OnHorizontalScroll Run when the scroll frame's horizontal scroll position changes.
OnHide Run when the frame's visbility changes to hidden.
OnFinished Run when the animation (or animation group) finishes animating.
OnEvent Run whenever an [[docs/eventsevent]] fires for which the frame is registered.
OnEscapePressed Run when the Escape key is pressed while the edit box has keyboard focus.
OnEnterPressed Run when the Enter (or Return) key is pressed while the edit box has keyboard focus.
OnEnter Run when the mouse cursor enters the frame's interactive area.
OnEnable Run when the frame is enabled.
OnEditFocusLost Run when the edit box loses keyboard input focus.
OnEditFocusGained Run when the edit box becomes focused for keyboard input.
OnDragStop Run when the mouse button is released after a drag started in the frame.
OnDragStart Run when the mouse is dragged starting in the frame.
OnDoubleClick Run when the button is double-clicked.
OnDisable Run when the frame is disabled.
OnCursorChanged Run when the position of the text insertion cursor in the edit box changes.
OnColorSelect Run when the color select frame's color selection changes.
OnClick Run when the button is clicked.
OnCharComposition Run when the edit box's input composition mode changes.
OnChar Run for each text character typed in the frame.
OnAttributeChanged Run when a frame attribute is changed.
OnAnimFinished Run when the model's animation finishes.
VisibleRegion:StopAnimating() Stops any active animations involving the region or its children.
VisibleRegion:Show() Shows the region.
VisibleRegion:SetWidth(width) Sets the region's width.
VisibleRegion:SetSize(width, height) Sets the size of the region to the specified values.
VisibleRegion:SetPoint("point" [, relativeTo [, "relativePoint" [, xOffset [, yOffset]]]]) Sets an anchor point for the region.
VisibleRegion:SetParent(frame) or VisibleRegion:SetParent("name") Makes another frame the parent of this region.