annotate Devian.xml @ 101:e1f6e5c97da6

Added tag v3.0 for changeset 790dca545f1d
author Nenue
date Tue, 17 Jan 2017 14:25:33 -0500
parents 7d94df3804a7
children 930922e1ec5b
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@55 58 <Button name="DevianExecButton" parent="UIParent" hidden="true">
Nenue@55 59 <Size x="32" y="32" />
Nenue@55 60 <Anchors>
Nenue@55 61 <Anchor point="TOPRIGHT" relativePoint="TOPLEFT" relativeTo="DevianDock" x="-4"/>
Nenue@55 62 </Anchors>
Nenue@55 63
Nenue@55 64 <NormalTexture file="Interface/Addons/Devian/arrow.blp" setAllPoints="true" alphaMode="ADD">
Nenue@55 65 <Color r="1" g="1" b="1" a="1" />
Nenue@55 66 </NormalTexture>
Nenue@55 67 <PushedTexture file="Interface/Addons/Devian/arrow.blp" setAllPoints="true" alphaMode="ADD">
Nenue@55 68 <Anchors>
Nenue@55 69 <Anchor point="TOPRIGHT" x="-1" y="-1" />
Nenue@55 70 <Anchor point="BOTTOMLEFT" x="1" y="1" />
Nenue@55 71 </Anchors>
Nenue@55 72 <Color r="1" g="0" b="0.5" a="1" />
Nenue@55 73 </PushedTexture>
Nenue@55 74
Nenue@55 75
Nenue@55 76
Nenue@55 77 <Layers>
Nenue@55 78 <Layer level="ARTWORK">
Nenue@55 79
Nenue@55 80 </Layer>
Nenue@55 81 </Layers>
Nenue@55 82 </Button>
Nenue@47 83
Nenue@4 84 </Ui>