Mercurial > wow > devian
comparison Devian.xml @ 99:7d94df3804a7
- Console drag buttons for resizing
- While dragging a console frame, other frames are ghosted out
- Dropdown menu includes Toggle, Pin, and MinMax
| author | Nenue |
|---|---|
| date | Thu, 27 Oct 2016 06:11:04 -0400 |
| parents | 33bc8baba858 |
| children | 930922e1ec5b |
comparison
equal
deleted
inserted
replaced
| 98:33bc8baba858 | 99:7d94df3804a7 |
|---|---|
| 79 | 79 |
| 80 </Layer> | 80 </Layer> |
| 81 </Layers> | 81 </Layers> |
| 82 </Button> | 82 </Button> |
| 83 | 83 |
| 84 <Button name="DevianBeacon" hidden="true" virtual="true" enableMouse="true" alpha="1" frameStrata="MEDIUM" mixin="DevianDockButtonMixin"> | |
| 85 <Size x="64" y="24" /> | |
| 86 | |
| 87 <Scripts> | |
| 88 <OnShow method="OnShow" /> | |
| 89 <OnEnter method="OnEnter" /> | |
| 90 <OnMouseDown method="OnMouseDown" /> | |
| 91 <OnClick method="Select" /> | |
| 92 </Scripts> | |
| 93 <Layers> | |
| 94 <Layer level="BACKGROUND"> | |
| 95 <Texture parentKey="Background" setAllPoints="true"> | |
| 96 <Color a="0.5" r="0" g="0" b="0" /> | |
| 97 </Texture> | |
| 98 </Layer> | |
| 99 <Layer level="OVERLAY"> | |
| 100 <Texture parentKey="Stripe"> | |
| 101 <Anchors> | |
| 102 <Anchor point="TOPLEFT" /> | |
| 103 <Anchor point="BOTTOMRIGHT" relativePoint="TOPRIGHT" x="0" y="-3" /> | |
| 104 </Anchors> | |
| 105 </Texture> | |
| 106 </Layer> | |
| 107 </Layers> | |
| 108 <Frames> | |
| 109 <Frame name="$parentText" parentKey="caption" alpha="1" blendMode="BLEND" enableMouse="false"> | |
| 110 <Size x="64" y="24" /> | |
| 111 <Anchors> | |
| 112 <Anchor point="BOTTOM" relativePoint="BOTTOM" x="0" y="0" /> | |
| 113 </Anchors> | |
| 114 <Layers> | |
| 115 <Layer level="OVERLAY"> | |
| 116 <FontString text="Test String" inherits="DevianDockHeader" parentKey="name" wordwrap="false" setAllPoints="true"> | |
| 117 <Anchors> | |
| 118 <Anchor point="BOTTOM" /> | |
| 119 </Anchors> | |
| 120 <Color r="1" g="1" b="1" a="1" /> | |
| 121 <Shadow> | |
| 122 <Color r="0" g="0" b="0" a="1" /> | |
| 123 <Offset x="0" y="-2" /> | |
| 124 </Shadow> | |
| 125 </FontString> | |
| 126 </Layer> | |
| 127 </Layers> | |
| 128 <Animations> | |
| 129 <AnimationGroup parentKey="pulse" looping="BOUNCE" setToFinalAlpha="false"> | |
| 130 <Alpha fromAlpha=".5" toAlpha="1" duration="0.4" endDelay="0.6" order="1" childKey="name" /> | |
| 131 | |
| 132 </AnimationGroup> | |
| 133 </Animations> | |
| 134 </Frame> | |
| 135 </Frames> | |
| 136 </Button> | |
| 137 | |
| 138 </Ui> | 84 </Ui> |
