You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
434 B
17 lines
434 B
<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">
|
|
|
|
<!-- event listener -->
|
|
<Frame name="_detalhes_listener">
|
|
<Scripts>
|
|
<OnLoad>
|
|
self:RegisterEvent("ADDON_LOADED");
|
|
</OnLoad>
|
|
<OnEvent>
|
|
_detalhes.OnEvent (self, event, ...);
|
|
</OnEvent>
|
|
</Scripts>
|
|
</Frame>
|
|
</Ui>
|
|
|