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/ C:ProjectsWoWBinInterfaceFrameXMLUI.xsd"> |
2 | |||
3 | <GameTooltip name="FDPHiddenTooltip" inherits="GameTooltipTemplate" parent="UIParent" hidden="true"> |
||
4 | <Scripts> |
||
5 | <OnLoad> |
||
6 | this:SetOwner(UIParent, "ANCHOR_NONE"); |
||
7 | </OnLoad> |
||
8 | </Scripts> |
||
9 | </GameTooltip> |
||
10 | |||
11 | <Frame name="DisenchantPredictorFrame"> |
||
12 | <Scripts> |
||
13 | <OnEvent> |
||
14 | FDP_OnEvent(event, arg1); |
||
15 | </OnEvent> |
||
16 | </Scripts> |
||
17 | </Frame> |
||
18 | |||
19 | </Ui> |