diff SayIt.xml @ 0:24f337b9dfa0

Initial commit, testing .pkgmeta
author contrebasse
date Sun, 08 May 2011 17:11:26 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SayIt.xml	Sun May 08 17:11:26 2011 +0200
@@ -0,0 +1,18 @@
+<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>