vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 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/
2 ..\FrameXML\UI.xsd">
3 <Script file="localization.lua"/>
4 <Script file="BMRecLevel.lua"/>
5 <Frame name="BM_Rec_Level_Frame">
6 <Scripts>
7 <OnLoad>
8 BM_Rec_Level_OnLoad();
9 </OnLoad>
10 <OnEvent>
11 BM_Rec_Level_OnEvent();
12 </OnEvent>
13 </Scripts>
14 </Frame>
15  
16  
17 <!-- Button -->
18 <Button name="BM_Rec_Level" frameStrata="LOW" toplevel="true" enableMouse="true" movable="true" parent="UIParent">
19 <TitleRegion setAllPoints="true"/>
20 <Scripts>
21 <OnClick>
22 BRL_OnShow();
23 </OnClick>
24 <OnEnter>
25 BM_Rec_Level_OnEnter();
26 </OnEnter>
27 <OnLeave>
28 BM_Rec_Level_OnLeave();
29 </OnLeave>
30 </Scripts>
31 <Size>
32 <AbsDimension x="145" y="24"/>
33 </Size>
34 <Anchors>
35 <Anchor point="CENTER"/>
36 </Anchors>
37 <Backdrop name="SFBItemsBackdrop" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="false">
38 <EdgeSize>
39 <AbsValue val="16"/>
40 </EdgeSize>
41 <TileSize>
42 <AbsValue val="16"/>
43 </TileSize>
44 <BackgroundInsets>
45 <AbsInset left="5" right="5" top="5" bottom="5"/>
46 </BackgroundInsets>
47 </Backdrop>
48 </Button>
49  
50 <!-- Text -->
51 <Frame name="BM_Rec_Level_Text_Frame" parent="UIParent">
52 <Layers>
53 <Layer level="OVERLAY">
54 <FontString name="BM_Rec_Level_Text" inherits="GameFontNormal" text="Recommend" justifyH="CENTER">
55 <Size>
56 <AbsDimension x="145" y="24"/>
57 </Size>
58 <Anchors>
59 <Anchor point="CENTER" relativeTo="BM_Rec_Level" relativePoint="CENTER">
60 <Offset>
61 <AbsDimension x="0" y="0"/>
62 </Offset>
63 </Anchor>
64 </Anchors>
65 </FontString>
66 </Layer>
67 </Layers>
68 </Frame>
69  
70 <!-- Map Text -->
71 <Frame name="BM_Rec_WorldMap_Frame" parent="WorldMapFrame">
72 <Scripts>
73 <OnUpdate>
74 BM_WorldMapButton_OnUpdate();
75 </OnUpdate>
76 </Scripts>
77 <Layers>
78 <Layer level="OVERLAY">
79 <FontString name="BM_Rec_WorldMap_Text" inherits="GameFontNormalSmall" outline="THICK" virtual="true">
80 <Anchors>
81 <Anchor point="TOP" relativeTo="WorldMapFrameAreaLabel" relativePoint="BOTTOM">
82 <Offset>
83 <AbsDimension x="0" y="-5"/>
84 </Offset>
85 </Anchor>
86 </Anchors>
87 </FontString>
88 </Layer>
89 </Layers>
90 </Frame>
91 </Ui>