view SayIt.xml @ 4:2d55f8ac0c21 tip

?tiquette v1.0 ajout?e pour le jeu de r?visions 0b3ef26f2bb3
author contrebasse
date Mon, 09 May 2011 00:07:50 +0200
parents 24f337b9dfa0
children
line wrap: on
line source
<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/
..\FrameXML\UI.xsd">
	<Script file="SayIt.lua"/>

	<Frame name="SayItFrame" parent="UIParent" hidden="true">
		<Scripts>
			<OnLoad>
				SayIt_OnLoad();
				<!--this:RegisterEvent("CHAT_MSG_ADDON");-->
			</OnLoad>
			<!--OnEvent>
				DEFAULT_CHAT_FRAME:AddMessage("EVENT : " .. event)
				TweakUI_OnEvent();
			</OnEvent-->
			<OnEvent function="SayIt_OnEvent"/>
		</Scripts>
	</Frame>
</Ui>