view Devian.xml @ 111:5c591d9b4029 tip

Added tag v8.0.1-20181807-1 for changeset 930922e1ec5b
author Nenue
date Wed, 18 Jul 2018 15:02:50 -0400
parents 930922e1ec5b
children
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">
  <!--@no-lib-strip@-->
  <!--@end-no-lib-strip@-->

  <Script file="Devian.lua" />

  <Frame name="Devian" mixin="DevianCore" parent="UIParent">
      <Scripts>
        <OnLoad method="OnLoad" />
        <OnEvent method="OnEvent" />
      </Scripts>
  </Frame>



  <Texture virtual="true" name="DevianHeader" alphaMode="BLEND">
    <Anchors>
      <Anchor point="TOPLEFT" />
      <Anchor point="TOPRIGHT" />
    </Anchors>
    <Size y="20" />
    <Color r="0.3" g="0.3" b="0.3" a="1" />
    <Gradient orientation="VERTICAL">
      <MinColor r="0" g="0" b="0" a="0.7"/>
      <MaxColor r="0.3" g="0.3" b="0.3" a="0.7"/>
    </Gradient>
  </Texture>


  <Button virtual="true" name="DevianButton" alphaMode="BLEND">
    <Size x="32" y="16" />
    <Layers>
      <Layer level="ARTWORK">
        <Texture name="$parentIcon" parentKey="icon" file="Interface\Addons\Devian\menu-button.blp" setAllPoints="true" alphaMode="ADD">
          <Color a="1" r="1" g="1" b="1" />
          <TexCoords top="0.47" left="0" bottom="0.9" right="1" />
        </Texture>

      </Layer>
    </Layers>
  </Button>

  <Button virtual="true" name="DevianDDButton" inherits="DevianButton" alphaMode="BLEND">
    <Scripts>
      <OnClick>
        ToggleDropDownMenu(1, nil, self:GetParent().menuFrame, self, 0, 0);
      </OnClick>
    </Scripts>
  </Button>


  <Font name="DevianText" font="Interface\Addons\Devian\font\SourceCodePro-Regular.ttf" height="13" justifyH="LEFT" outline="NORMAL" virtual="true">
    <Color r="1" g="1" b="1" a="1" />
  </Font>


</Ui>