WoWInterface SVN fernir_UI

[/] [oUF/] [oUF.xml] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 Wildbreath-135052
<Ui xmlns="http://www.blizzard.com/wow/ui/">
2 Wildbreath-135052
        <Script file='ouf.lua' />
3 Wildbreath-135052
 
4 Wildbreath-135052
        <Script file='elements\power.lua' />
5 Wildbreath-135052
        <Script file='elements\aura.lua' />
6 Wildbreath-135052
        <Script file='elements\health.lua' />
7 Wildbreath-135052
        <Script file='elements\cpoints.lua' />
8 Wildbreath-135052
        <Script file='elements\ricons.lua' />
9 Wildbreath-135052
        <Script file='elements\leader.lua' />
10 Wildbreath-135052
        <Script file='elements\status.lua' />
11 Wildbreath-135052
        <Script file='elements\pvp.lua' />
12 Wildbreath-135052
        <Script file='elements\portraits.lua' />
13 Wildbreath-135052
        <Script file='elements\range.lua' />
14 Wildbreath-135052
        <Script file='elements\happiness.lua' />
15 Wildbreath-135052
        <Script file='elements\castbar.lua' />
16 Wildbreath-135052
        <Script file='elements\threat.lua' />
17 Wildbreath-135052
        <Script file='elements\tags.lua' />
18 Wildbreath-135052
        <Script file='elements\vehicle.lua' />
19 Wildbreath-135052
        <Script file='elements\masterlooter.lua' />
20 Wildbreath-135052
        <Script file='elements\assistant.lua' />
21 Wildbreath-135052
        <Script file='elements\runebar.lua' />
22 Wildbreath-135052
        <Script file='elements\lfdrole.lua' />
23 Wildbreath-135052
 
24 Wildbreath-135052
        <!--
25 Wildbreath-135052
                This template requires the layout to set the anchoring positions from the
26 Wildbreath-135052
                sub-frame(s). These are feed to the layouts style functions as any other unit
27 Wildbreath-135052
                spawned by a header. The main difference is that they have the unitsuffix
28 Wildbreath-135052
                attribute set (and they are parented to their respective owener).
29 Wildbreath-135052
        -->
30 Wildbreath-135052
        <Button name="oUF_HeaderTargetTemplate" inherits="SecureUnitButtonTemplate" hidden="true" virtual="true">
31 Wildbreath-135052
                <Frames>
32 Wildbreath-135052
                        <Button name="$parentTarget" inherits="SecureUnitButtonTemplate">
33 Wildbreath-135052
                                <Attributes>
34 Wildbreath-135052
                                        <Attribute name="unitsuffix" type="string" value="target"/>
35 Wildbreath-135052
                                        <Attribute name="useparent-unit" type="boolean" value="true"/>
36 Wildbreath-135052
                                        <Attribute name="type1" type="string" value="target"/>
37 Wildbreath-135052
                                        <Attribute name="initial-unitWatch" type="boolean" value="true"/>
38 Wildbreath-135052
                                </Attributes>
39 Wildbreath-135052
                        </Button>
40 Wildbreath-135052
                </Frames>
41 Wildbreath-135052
        </Button>
42 Wildbreath-135052
</Ui>