RSS

Пятница, 19.04.2024, 03:16
Главная » WoW API » Событий API Виджетов »

OnHide

[ править ]
Run when the frame's visbility changes to hidden.
[клоны]
Run when the frame's visbility changes to hidden. This script handler runs whether the frame was directly hidden (via its :Hide() method) or implicitly hidden due to a parent frame being hidden.


Signature:
Code
OnHide(self)

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

Доступна для: 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/OnHide