comparison Dock.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 790dca545f1d
comparison
equal deleted inserted replaced
98:33bc8baba858 99:7d94df3804a7
11 parent="UIParent" 11 parent="UIParent"
12 enableMouse="true" 12 enableMouse="true"
13 alpha="0.1" 13 alpha="0.1"
14 hidden="true" 14 hidden="true"
15 mixin="DevianDockHandler" 15 mixin="DevianDockHandler"
16 frameStrata="LOW"> 16 frameStrata="DIALOG">
17 <Scripts> 17 <Scripts>
18 <OnMouseWheel method="OnMouseWheel" /> 18 <OnMouseWheel method="OnMouseWheel" />
19 </Scripts> 19 </Scripts>
20 <Size x="32" y="20" /> 20 <Size x="32" y="20" />
21 <Layers> 21 <Layers>
32 <Layer level="OVERLAY"> 32 <Layer level="OVERLAY">
33 33
34 </Layer> 34 </Layer>
35 </Layers> 35 </Layers>
36 </Frame> 36 </Frame>
37
38
39 <Button name="DevianDockTabTemplate" hidden="true" virtual="true" enableMouse="true" alpha="1" frameStrata="MEDIUM" mixin="DevianDockTabMixin">
40 <Size x="64" y="24" />
41
42 <Scripts>
43 <OnShow method="OnShow" />
44 <OnEnter method="OnEnter" />
45 <OnMouseDown method="OnMouseDown" />
46 <OnClick method="Select" />
47 </Scripts>
48 <Layers>
49 <Layer level="BACKGROUND">
50 <Texture parentKey="Background" setAllPoints="true">
51 <Color a="0.5" r="0" g="0" b="0" />
52 </Texture>
53 </Layer>
54 <Layer level="OVERLAY">
55 <Texture parentKey="Stripe">
56 <Anchors>
57 <Anchor point="TOPLEFT" />
58 <Anchor point="BOTTOMRIGHT" relativePoint="TOPRIGHT" x="0" y="-3" />
59 </Anchors>
60 </Texture>
61 </Layer>
62 </Layers>
63 <Frames>
64 <Frame name="$parentText" parentKey="caption" alpha="1" blendMode="BLEND" enableMouse="false">
65 <Size x="64" y="24" />
66 <Anchors>
67 <Anchor point="BOTTOM" relativePoint="BOTTOM" x="0" y="0" />
68 </Anchors>
69 <Layers>
70 <Layer level="OVERLAY">
71 <FontString text="Test String" inherits="DevianDockHeader" parentKey="name" wordwrap="false" setAllPoints="true">
72 <Anchors>
73 <Anchor point="BOTTOM" x="0" y="2" />
74 </Anchors>
75 <Color r="1" g="1" b="1" a="1" />
76 <Shadow>
77 <Color r="0" g="0" b="0" a="1" />
78 <Offset x="0" y="-2" />
79 </Shadow>
80 </FontString>
81 </Layer>
82 </Layers>
83 <Animations>
84 <AnimationGroup parentKey="pulse" looping="BOUNCE" setToFinalAlpha="false">
85 <Alpha fromAlpha=".5" toAlpha="1" duration="0.4" endDelay="0.6" order="1" childKey="name" />
86
87 </AnimationGroup>
88 </Animations>
89 </Frame>
90 </Frames>
91 </Button>
92
37 </Ui> 93 </Ui>