Mercurial > wow > buffalo2
comparison Veneer.xml @ 62:ef4116179e2f v7.0.3-1
- cleaned up old file structure remnants
author | Nenue |
---|---|
date | Tue, 16 Aug 2016 08:37:07 -0400 |
parents | 3f083d389c18 |
children | d80db9a9b7e4 |
comparison
equal
deleted
inserted
replaced
61:3f083d389c18 | 62:ef4116179e2f |
---|---|
13 <Anchors> | 13 <Anchors> |
14 <Anchor point="CENTER" relativePoint="CENTER" x="0" y="0" /> | 14 <Anchor point="CENTER" relativePoint="CENTER" x="0" y="0" /> |
15 </Anchors> | 15 </Anchors> |
16 <Scripts> | 16 <Scripts> |
17 <OnLoad> | 17 <OnLoad> |
18 self.DEVIAN_PNAME = 'Veneer' | |
18 self:RegisterForDrag('LeftButton') | 19 self:RegisterForDrag('LeftButton') |
19 </OnLoad> | 20 </OnLoad> |
20 <OnDragStart> | 21 <OnDragStart> |
21 self:StartMoving() | 22 self:StartMoving() |
22 </OnDragStart> | 23 </OnDragStart> |
82 </HighlightTexture> | 83 </HighlightTexture> |
83 </Button> | 84 </Button> |
84 </Frames> | 85 </Frames> |
85 </Frame> | 86 </Frame> |
86 | 87 |
87 <Button name="VeneerAuraButton" inherits="SecureActionButtonTemplate" virtual="true"> | |
88 <Size x="32" y="32" /> | |
89 <Layers> | |
90 <Layer level="ARTWORK"> | |
91 <FontString inherits="VeneerFont_Small" parentKey="label"> | |
92 <Anchors> | |
93 <Anchor point="LEFT" /> | |
94 </Anchors> | |
95 </FontString> | |
96 </Layer> | |
97 </Layers> | |
98 <NormalTexture setAllPoints="true"> | |
99 | |
100 <Color a="1" r="1" g="1" b="1" /> | |
101 </NormalTexture> | |
102 <PushedTexture setAllPoints="true"> | |
103 | |
104 <Color a="1" r="1" g="0" b="0" /> | |
105 </PushedTexture> | |
106 </Button> | |
107 | 88 |
108 <Script file="Veneer.lua" /> | 89 <Script file="Veneer.lua" /> |
109 | 90 |
110 </Ui> | 91 </Ui> |