RSS

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

OnShow

[ править ]
Run when the frame becomes visible.
[клоны]
Run when the frame becomes visible. This script handler runs whether the frame was directly shown (via its :Show() method) or became visible due to a parent frame being shown. The OnShow handler is not run if the frame is implicitly shown upon its creation.


Signature:
Code
OnShow(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/OnShow