annotate Modules/GuildInfo.xml @ 132:4cb1d2a0c110

Added tag v7.3.2-20111027 for changeset 15a7f27b11e6
author Nenue
date Mon, 20 Nov 2017 12:02:18 -0500
parents 1f68c46bc4de
children 86621c60512b
rev   line source
Nenue@102 1 <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/
Nenue@102 2 ..\FrameXML\UI.xsd">
Nenue@102 3 <Script file="GuildInfo.lua" />
Nenue@102 4
Nenue@102 5 <Frame name="$parentRosterKun" mixin="VeneerRosterKunMixin" parent="Veneer" inherits="VeneerHandlerTemplate">
Nenue@102 6
Nenue@121 7 <Size x="200"/>
Nenue@121 8 <Layers>
Nenue@121 9 <Layer level="BACKGROUND">
Nenue@121 10 <Texture setAllPoints="true">
Nenue@121 11 <Color a="0.5" r="0" g="0" b="0" />
Nenue@121 12 </Texture>
Nenue@121 13 </Layer>
Nenue@121 14 </Layers>
Nenue@121 15
Nenue@102 16
Nenue@102 17 </Frame>
Nenue@102 18
Nenue@121 19 <Button name="VeneerRosterKunBlock" parent="VeneerRosterKun" parentArray="blocks" virtual="true">
Nenue@121 20 <Size x="200" y="36" />
Nenue@121 21 <Layers>
Nenue@121 22 <Layer level="BACKGROUND">
Nenue@121 23 <Texture parentKey="Icon">
Nenue@121 24 <Anchors>
Nenue@121 25 <Anchor point="TOPLEFT" />
Nenue@121 26
Nenue@121 27 </Anchors>
Nenue@121 28 <Size x="36" y="36" />
Nenue@121 29 </Texture>
Nenue@121 30 </Layer>
Nenue@121 31 <Layer level="OVERLAY">
Nenue@121 32 <FontString inherits="GameFontNormal" parentKey="Label">
Nenue@121 33 <Anchors>
Nenue@121 34 <Anchor point="LEFT" relativePoint="RIGHT" relativeKey="$parent.Icon" x="4" y="0" />
Nenue@121 35 </Anchors>
Nenue@121 36 </FontString>
Nenue@121 37 </Layer>
Nenue@121 38 </Layers>
Nenue@121 39 <HighlightTexture>
Nenue@121 40 <Color a="0.2" r="0" g="0" b="1" />
Nenue@121 41 </HighlightTexture>
Nenue@121 42 </Button>
Nenue@121 43
Nenue@102 44 </Ui>