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/" |
2 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
||
3 | xsi:schemaLocation="http://www.blizzard.com/wow/ui/FrameXML/UI.xsd"> |
||
4 | <Script file="locals.lua"/> |
||
5 | <Script file="MyInventory.lua"/> |
||
6 | <Frame name="MyBagsKeyRingContainer" virtual="true"> |
||
7 | <Frames> |
||
8 | <Frame name="$parentBackRow1"/> |
||
9 | <Frame name="$parentBackRow2"/> |
||
10 | <Frame name="$parentBackRow3"/> |
||
11 | <CheckButton name="$parentBag" inherits="MyBagsKeyButtonTemplate" id="KEYRING_CONTAINER"/> |
||
12 | </Frames> |
||
13 | </Frame> |
||
14 | <Frame name="MyInventoryAnchorFrame" hidden="false" movable="true" parent="UIParent"> |
||
15 | <Size><AbsDimension x="10" y="10"/></Size> |
||
16 | <Anchors> |
||
17 | <Anchor point="BOTTOMRIGHT" > |
||
18 | <Offset><AbsDimension x="-5" y="100"/></Offset> |
||
19 | </Anchor> |
||
20 | </Anchors> |
||
21 | |||
22 | <Frames> |
||
23 | <Frame name="MyInventoryFrame" inherits="MyBagsFrameTemplate"> |
||
24 | <Size> |
||
25 | <AbsDimension x="500" y="500"/> |
||
26 | </Size> |
||
27 | <Anchors><Anchor point="BOTTOMRIGHT"/></Anchors> |
||
28 | <Frames> |
||
29 | <Frame name="$parentKeyRing" inherits="MyBagsKeyRingContainer" ID="KEYRING_CONTAINER"/> |
||
30 | </Frames> |
||
31 | </Frame> |
||
32 | </Frames> |
||
33 | </Frame> |
||
34 | </Ui> |
||
35 |