Mercurial > wow > detailed-bag
annotate DetailedBagUI.xml @ 1:41fe2bc0b63f tip
Testing how multiple mercurial clones work.
author | L3nM3n |
---|---|
date | Sun, 24 Oct 2010 00:03:31 +0200 |
parents | 0162704a3bc2 |
children |
rev | line source |
---|---|
L3nM3n@0 | 1 <!-- Just exploring my options in here. Not any real serious stuff yet.--> |
L3nM3n@0 | 2 |
L3nM3n@0 | 3 <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/ |
L3nM3n@0 | 4 UI.xsd"> |
L3nM3n@0 | 5 <Frame name="CoreFrame" toplevel="true" parent="UIParent" movable="true"> |
L3nM3n@0 | 6 <Size x="400" y="400"/> |
L3nM3n@0 | 7 <Anchors> |
L3nM3n@0 | 8 <Anchor point="CENTER"/> |
L3nM3n@0 | 9 </Anchors> |
L3nM3n@0 | 10 <ResizeBounds> |
L3nM3n@0 | 11 <minResize x="385" y="300"/> |
L3nM3n@0 | 12 </ResizeBounds> |
L3nM3n@0 | 13 <!-- |
L3nM3n@0 | 14 <Layers> |
L3nM3n@0 | 15 <Layer level="BACKGROUND"> |
L3nM3n@0 | 16 </Layer> |
L3nM3n@0 | 17 <Layer level="ARTWORK"> |
L3nM3n@0 | 18 </Layer> |
L3nM3n@0 | 19 <Layer level="OVERLAY"> |
L3nM3n@0 | 20 </Layer> |
L3nM3n@0 | 21 </Layers> |
L3nM3n@0 | 22 --> |
L3nM3n@0 | 23 <Frames> |
L3nM3n@0 | 24 <Button> |
L3nM3n@0 | 25 <Size><AbsDimension x="100" y="40" /></Size> |
L3nM3n@0 | 26 <Anchors> |
L3nM3n@0 | 27 <Anchor point="CENTER" /> |
L3nM3n@0 | 28 </Anchors> |
L3nM3n@0 | 29 </Button> |
L3nM3n@0 | 30 </Frames> |
L3nM3n@0 | 31 </Frame> |
L3nM3n@0 | 32 </Ui> |