view Modules/GuildInfo.xml @ 122:ea2c616a3b4f

Standardize anchor variables - anchorGroup sets general position, defers to anchorPoint - anchorPoint and anchorFrom are used in SetPoint, deferring to anchorGroup and its inverse Artifact Power: - scan and update triggers trimmed down BuffFrame: - extra values can be right clicked to hide for particular auras LFG: - Desolate Host link placed above Sisters when searching for best cheevos TalkingHead - Re-enable TalkingHeadFrame click behaviour
author Nenue
date Mon, 21 Aug 2017 22:15:46 -0400
parents 1f68c46bc4de
children 86621c60512b
line wrap: on
line source
<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/
..\FrameXML\UI.xsd">
  <Script file="GuildInfo.lua" />

  <Frame name="$parentRosterKun" mixin="VeneerRosterKunMixin" parent="Veneer"  inherits="VeneerHandlerTemplate">

    <Size x="200"/>
    <Layers>
      <Layer level="BACKGROUND">
        <Texture setAllPoints="true">
          <Color a="0.5" r="0" g="0" b="0" />
        </Texture>
      </Layer>
    </Layers>


  </Frame>

  <Button name="VeneerRosterKunBlock" parent="VeneerRosterKun" parentArray="blocks" virtual="true">
    <Size x="200" y="36" />
    <Layers>
      <Layer level="BACKGROUND">
        <Texture parentKey="Icon">
          <Anchors>
            <Anchor point="TOPLEFT" />

          </Anchors>
          <Size x="36" y="36" />
        </Texture>
      </Layer>
      <Layer level="OVERLAY">
        <FontString inherits="GameFontNormal" parentKey="Label">
          <Anchors>
            <Anchor point="LEFT" relativePoint="RIGHT" relativeKey="$parent.Icon" x="4" y="0" />
          </Anchors>
        </FontString>
      </Layer>
    </Layers>
    <HighlightTexture>
      <Color a="0.2" r="0" g="0" b="1" />
    </HighlightTexture>
  </Button>

  </Ui>