vanilla-wow-addons – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | <Ui xmlns="http://www.blizzard.com/wow/ui/" |
2 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
||
3 | xsi:schemaLocation="http://www.blizzard.com/wow/ui/FrameXML/UI.xsd"> |
||
4 | |||
5 | <Frame name="BigWigsBarsAnchorFrame" frameStrata="HIGH" hidden="true" toplevel="true" enableMouse="true" movable="true" resizable="true" parent="UIParent"> |
||
6 | <Size> |
||
7 | <AbsDimension x="175" y="55"/> |
||
8 | </Size> |
||
9 | |||
10 | <Anchors> |
||
11 | <Anchor point="TOP" relativeTo="UIErrorsFrame" relativePoint="BOTTOM"> |
||
12 | <Offset> |
||
13 | <AbsDimension x="0" y="0"/> |
||
14 | </Offset> |
||
15 | </Anchor> |
||
16 | </Anchors> |
||
17 | |||
18 | <TitleRegion setAllPoints="true"/> |
||
19 | |||
20 | <Backdrop bgFile="Interface\DialogFrame\UI-DialogBox-Background" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true"> |
||
21 | <EdgeSize> |
||
22 | <AbsValue val="16"/> |
||
23 | </EdgeSize> |
||
24 | <TileSize> |
||
25 | <AbsValue val="16"/> |
||
26 | </TileSize> |
||
27 | <BackgroundInsets> |
||
28 | <AbsInset left="5" right="5" top="5" bottom="5"/> |
||
29 | </BackgroundInsets> |
||
30 | </Backdrop> |
||
31 | |||
32 | <Layers> |
||
33 | <Layer level="BACKGROUND"> |
||
34 | <FontString name="$parentText" inherits="GameFontNormal" text="BigWigs Bars"> |
||
35 | <Anchors> |
||
36 | <Anchor point="TOP"> |
||
37 | <Offset> |
||
38 | <AbsDimension x="0" y="-8"/> |
||
39 | </Offset> |
||
40 | </Anchor> |
||
41 | </Anchors> |
||
42 | </FontString> |
||
43 | </Layer> |
||
44 | </Layers> |
||
45 | |||
46 | <Frames> |
||
47 | <Button name="$parentTest" inherits="OptionsButtonTemplate" text="Test"> |
||
48 | <Size> |
||
49 | <AbsDimension x="40" y="25"/> |
||
50 | </Size> |
||
51 | <Anchors> |
||
52 | <Anchor point="BOTTOMLEFT"> |
||
53 | <Offset> |
||
54 | <AbsDimension x="5" y="5"/> |
||
55 | </Offset> |
||
56 | </Anchor> |
||
57 | </Anchors> |
||
58 | <Scripts> |
||
59 | <OnClick> |
||
60 | BigWigsBars:TriggerEvent("BigWigs_Test") |
||
61 | </OnClick> |
||
62 | </Scripts> |
||
63 | </Button> |
||
64 | <Button name="$parentHide" inherits="OptionsButtonTemplate" text="Hide"> |
||
65 | <Size> |
||
66 | <AbsDimension x="40" y="25"/> |
||
67 | </Size> |
||
68 | <Anchors> |
||
69 | <Anchor point="BOTTOMRIGHT"> |
||
70 | <Offset> |
||
71 | <AbsDimension x="-5" y="5"/> |
||
72 | </Offset> |
||
73 | </Anchor> |
||
74 | </Anchors> |
||
75 | <Scripts> |
||
76 | <OnClick> |
||
77 | BigWigsBars:BigWigs_HideAnchors() |
||
78 | </OnClick> |
||
79 | </Scripts> |
||
80 | </Button> |
||
81 | </Frames> |
||
82 | </Frame> |
||
83 | </Ui> |
||
84 |