vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <!--
2  
3 MozzFullWorldMap.xml
4 MozzPack version 1.10 released 20060329
5  
6 -->
7  
8 <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/
9 ..\FrameXML\UI.xsd">
10 <Script file="MozzFullWorldMap.lua"/>
11 <Frame name="MozzFullWorldMapFrame" hidden="false" toplevel="true" frameStrata="LOW" enableMouse="false" parent="UIParent">
12 <Anchor point="TOPLEFT"><Offset><AbsDimension x="0" y="0"/></Offset></Anchor>
13 <Size><AbsDimension x="1" y="1"/></Size>
14 <Scripts>
15 <OnLoad>MozzFullWorldMapFrame_OnLoad();</OnLoad>
16 <OnEvent>MozzFullWorldMapFrame_OnEvent();</OnEvent>
17 </Scripts>
18 </Frame>
19  
20 <CheckButton name="MozzWorldMapShowAllCheckButton" hidden="false" inherits="OptionsCheckButtonTemplate" parent="WorldMapFrame">
21 <HitRectInsets><AbsInset left="0" right="-125" top="0" bottom="0"/></HitRectInsets>
22 <Size><AbsDimension x="24" y="25"/></Size>
23 <Anchors>
24 <Anchor point="LEFT" relativeTo="WorldMapZoomOutButton" relativePoint="RIGHT">
25 <Offset><AbsDimension x="50" y="0"/></Offset>
26 </Anchor>
27 </Anchors>
28 <Scripts>
29 <OnClick>MozzFullWorldMap.Enabled=this:GetChecked(); WorldMapFrame_Update();</OnClick>
30 <OnShow>this:SetChecked(MozzFullWorldMap.Enabled);</OnShow>
31 </Scripts>
32 <Layers>
33 <Layer level="BACKGROUND">
34 <FontString name="MozzWorldMapShowAllLabel" inherits="GameFontNormalSmall" justifyH="LEFT" text="Show Unexplored Areas">
35 <Anchors>
36 <Anchor point="LEFT" relativeTo="MozzWorldMapShowAllCheckButton" relativePoint="RIGHT">
37 </Anchor>
38 </Anchors>
39 </FontString>
40 </Layer>
41 </Layers>
42 </CheckButton>
43  
44 </Ui>