vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
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  
5 <Script file="AceGUIListBox.lua"/>
6  
7 <Button name="AceGUIListBoxRowTemplate" virtual="true">
8 <Layers>
9 <Layer level="BACKGROUND">
10 <Texture name="$parentHighlight" file="Interface\QuestFrame\UI-QuestTitleHighlight"
11 alphaMode="ADD" setAllPoints="true" hidden="true"/>
12 </Layer>
13 </Layers>
14 <NormalText name="$parentNormalText" inherits="GameFontHighlightSmall" justifyH="LEFT">
15 <Anchors>
16 <Anchor point="LEFT">
17 <Offset>
18 <AbsDimension x="5" y="0"/>
19 </Offset>
20 </Anchor>
21 </Anchors>
22 </NormalText>
23 <HighlightText name="$parentHighlightText" inherits="GameFontHighlightSmall" justifyH="LEFT">
24 <Anchors>
25 <Anchor point="LEFT">
26 <Offset>
27 <AbsDimension x="5" y="0"/>
28 </Offset>
29 </Anchor>
30 </Anchors>
31 </HighlightText>
32 <DisabledText name="$parentDisabledText" inherits="GameFontDisableSmall" justifyH="LEFT">
33 <Anchors>
34 <Anchor point="LEFT">
35 <Offset>
36 <AbsDimension x="5" y="0"/>
37 </Offset>
38 </Anchor>
39 </Anchors>
40 </DisabledText>
41 </Button>
42  
43 <Button name="AceGUIListBoxColTemplate" virtual="true">
44 <Layers>
45 <Layer level="BACKGROUND">
46 <FontString name="$parentText" inherits="GameFontHighlightSmall" justifyH="LEFT">
47 <Size>
48 <AbsDimension x="0" y="16"/>
49 </Size>
50 <Anchors>
51 <Anchor point="LEFT">
52 <Offset>
53 <AbsDimension x="0" y="0"/>
54 </Offset>
55 </Anchor>
56 <Anchor point="RIGHT">
57 <Offset>
58 <AbsDimension x="0" y="0"/>
59 </Offset>
60 </Anchor>
61 </Anchors>
62 </FontString>
63 </Layer>
64 </Layers>
65 </Button>
66  
67 <Frame name="AceGUIListBoxTemplate" inherits="AceGUIBorderFrameTemplate" enableMouse="true"
68 hidden="false" virtual="true">
69 <Layers>
70 <Layer level="BACKGROUND">
71 <FontString name="$parentLabel" inherits="GameFontNormalSmall">
72 <Anchors>
73 <Anchor point="BOTTOMLEFT" relativePoint="TOPLEFT">
74 <Offset>
75 <AbsDimension x="5" y="1"/>
76 </Offset>
77 </Anchor>
78 </Anchors>
79 </FontString>
80 </Layer>
81 </Layers>
82 <Frames>
83 <ScrollFrame name="$parentScrollBox" inherits="AceGUIScrollFrameTemplate"/>
84 <Frame name="$parentSpacer"/>
85 </Frames>
86 <Scripts>
87 <OnShow>
88 this:CallHandler("OnShow")
89 </OnShow>
90 </Scripts>
91 </Frame>
92 </Ui>