vanilla-wow-addons – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 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 | |||
4 | <GameTooltip name="LinkeratorTip" inherits="GameTooltipTemplate" parent="UIParent" hidden="true"> |
||
5 | <Scripts> |
||
6 | <OnLoad> |
||
7 | this:SetOwner(UIParent, "ANCHOR_NONE"); |
||
8 | </OnLoad> |
||
9 | </Scripts> |
||
10 | </GameTooltip> |
||
11 | |||
12 | <Frame name="LinkeratorFrame"> |
||
13 | <Scripts> |
||
14 | <OnLoad> |
||
15 | FLT_OnLoad(); |
||
16 | </OnLoad> |
||
17 | <OnUpdate> |
||
18 | FLT_OnUpdate(arg1); |
||
19 | </OnUpdate> |
||
20 | <OnEvent> |
||
21 | FLT_OnEvent(event); |
||
22 | </OnEvent> |
||
23 | </Scripts> |
||
24 | </Frame> |
||
25 | |||
26 | </Ui> |