Mercurial > wow > devian
annotate 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 |
rev | line source |
---|---|
Nenue@93 | 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@93 | 2 ..\FrameXML\UI.xsd"> |
Nenue@32 | 3 <!--@no-lib-strip@--> |
Nenue@35 | 4 <!--@end-no-lib-strip@--> |
Nenue@35 | 5 |
Nenue@98 | 6 <Script file="Devian.lua" /> |
Nenue@14 | 7 |
Nenue@98 | 8 <Frame name="Devian" mixin="DevianCore" parent="UIParent"> |
Nenue@98 | 9 <Scripts> |
Nenue@98 | 10 <OnLoad method="OnLoad" /> |
Nenue@98 | 11 <OnEvent method="OnEvent" /> |
Nenue@98 | 12 </Scripts> |
Nenue@98 | 13 </Frame> |
Nenue@98 | 14 |
Nenue@14 | 15 |
Nenue@33 | 16 |
Nenue@36 | 17 <Texture virtual="true" name="DevianHeader" alphaMode="BLEND"> |
Nenue@33 | 18 <Anchors> |
Nenue@33 | 19 <Anchor point="TOPLEFT" /> |
Nenue@33 | 20 <Anchor point="TOPRIGHT" /> |
Nenue@33 | 21 </Anchors> |
Nenue@33 | 22 <Size y="20" /> |
Nenue@33 | 23 <Color r="0.3" g="0.3" b="0.3" a="1" /> |
Nenue@33 | 24 <Gradient orientation="VERTICAL"> |
Nenue@33 | 25 <MinColor r="0" g="0" b="0" a="0.7"/> |
Nenue@33 | 26 <MaxColor r="0.3" g="0.3" b="0.3" a="0.7"/> |
Nenue@33 | 27 </Gradient> |
Nenue@33 | 28 </Texture> |
Nenue@33 | 29 |
Nenue@47 | 30 |
Nenue@47 | 31 <Button virtual="true" name="DevianButton" alphaMode="BLEND"> |
Nenue@36 | 32 <Size x="32" y="16" /> |
Nenue@35 | 33 <Layers> |
Nenue@35 | 34 <Layer level="ARTWORK"> |
Nenue@47 | 35 <Texture name="$parentIcon" parentKey="icon" file="Interface\Addons\Devian\menu-button.blp" setAllPoints="true" alphaMode="ADD"> |
Nenue@35 | 36 <Color a="1" r="1" g="1" b="1" /> |
Nenue@36 | 37 <TexCoords top="0.47" left="0" bottom="0.9" right="1" /> |
Nenue@35 | 38 </Texture> |
Nenue@93 | 39 |
Nenue@35 | 40 </Layer> |
Nenue@35 | 41 </Layers> |
Nenue@35 | 42 </Button> |
Nenue@35 | 43 |
Nenue@47 | 44 <Button virtual="true" name="DevianDDButton" inherits="DevianButton" alphaMode="BLEND"> |
Nenue@47 | 45 <Scripts> |
Nenue@47 | 46 <OnClick> |
Nenue@47 | 47 ToggleDropDownMenu(1, nil, self:GetParent().menuFrame, self, 0, 0); |
Nenue@47 | 48 </OnClick> |
Nenue@47 | 49 </Scripts> |
Nenue@47 | 50 </Button> |
Nenue@35 | 51 |
Nenue@93 | 52 |
Nenue@98 | 53 <Font name="DevianText" font="Interface\Addons\Devian\font\SourceCodePro-Regular.ttf" height="13" justifyH="LEFT" outline="NORMAL" virtual="true"> |
Nenue@47 | 54 <Color r="1" g="1" b="1" a="1" /> |
Nenue@47 | 55 </Font> |
Nenue@35 | 56 |
Nenue@35 | 57 |
Nenue@4 | 58 </Ui> |