Mercurial > wow > sayit
comparison SayIt.xml @ 0:24f337b9dfa0
Initial commit, testing .pkgmeta
| author | contrebasse |
|---|---|
| date | Sun, 08 May 2011 17:11:26 +0200 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:24f337b9dfa0 |
|---|---|
| 1 <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/ | |
| 2 ..\FrameXML\UI.xsd"> | |
| 3 <Script file="SayIt.lua"/> | |
| 4 | |
| 5 <Frame name="SayItFrame" parent="UIParent" hidden="true"> | |
| 6 <Scripts> | |
| 7 <OnLoad> | |
| 8 SayIt_OnLoad(); | |
| 9 <!--this:RegisterEvent("CHAT_MSG_ADDON");--> | |
| 10 </OnLoad> | |
| 11 <!--OnEvent> | |
| 12 DEFAULT_CHAT_FRAME:AddMessage("EVENT : " .. event) | |
| 13 TweakUI_OnEvent(); | |
| 14 </OnEvent--> | |
| 15 <OnEvent function="SayIt_OnEvent"/> | |
| 16 </Scripts> | |
| 17 </Frame> | |
| 18 </Ui> |
