RSS

Четверг, 25.04.2024, 17:16
Главная » WoW API » Событий API Виджетов »

OnDragStop

[ править ]
Run when the mouse button is released after a drag started in the frame.
[клоны]
Run when the mouse button is released after a drag started in the frame. This script is run only for drags started within the frame, regardless of the cursor's position at the end of the drag. For further details, see the example under OnDragStart.


Signature:
Code
OnDragStop(self)

Arguments:
  • self - Reference to the widget for which the script was run (button)

Доступна для: Frame, ArchaeologyDigSiteFrame, Button, ColorSelect, Cooldown, EditBox, GameTooltip, MessageFrame, Minimap, Model, MovieFrame, QuestPOIFrame, ScrollFrame, ScrollingMessageFrame, SimpleHTML, Slider, StatusBar, CheckButton, PlayerModel, DressUpModel, TabardModel

Также смотрите: Событий API Виджетов
Ссылки: http://wowprogramming.com/docs/scripts/OnDragStop