vanilla-wow-addons – Rev 1

Subversion Repositories:
Rev:
<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/">
  <!-- 
       $Id: CleanMinimap.xml 50 2005-07-04 12:18:22Z joev $
  -->
  <Script file="localization.lua" />
  <Script file="CleanMinimap.lua" />
  <Frame name="CleanMinimap">
     <Scripts>
        <OnLoad>
          CleanMinimap_OnLoad()
        </OnLoad>
        <OnEvent>
                CleanMinimap_OnEvent()
        </OnEvent>
     </Scripts>
     <Frames>
      <Frame name="WestPointer" parent="Minimap" frameStrata="LOW" toplevel="false" hidden="true">  
        <Size>
            <AbsDimension x="10" y="10"/>
        </Size>
        <Anchors>
            <Anchor point="TOP" relativeTo="MinimapCluster" relativePoint="CENTER">
                <Offset>
                    <AbsDimension x="10" y="10"/>
                </Offset>
            </Anchor>
        </Anchors>
        <Layers>
            <Layer level="OVERLAY">
                <FontString name="W" text="W" inherits="MasterFont" font="Fonts\FRIZQT__.TTF">
                    <FontHeight>
                        <AbsValue val="11"/>
                    </FontHeight>
                    <Color r="1.0" g="0.8" b="0.0"/>
                    <Anchors>
                        <Anchor point="CENTER">
                            <Offset>
                                <AbsDimension x="-70" y="0"/>
                            </Offset>
                        </Anchor>
                    </Anchors>
                </FontString>
                <FontString name="E" text="E" inherits="MasterFont" font="Fonts\FRIZQT__.TTF">
                    <FontHeight>
                        <AbsValue val="11"/>
                    </FontHeight>
                    <Color r="1.0" g="0.8" b="0.0"/>
                    <Anchors>
                        <Anchor point="CENTER">
                            <Offset>
                                <AbsDimension x="67" y="0"/>
                            </Offset>
                        </Anchor>
                    </Anchors>
                </FontString>
                <FontString name="S" text="S" inherits="MasterFont" font="Fonts\FRIZQT__.TTF">
                    <FontHeight>
                        <AbsValue val="11"/>
                  </FontHeight>
                  <Color r="1.0" g="0.8" b="0.0"/>
                  <Anchors>
                      <Anchor point="CENTER">
                          <Offset>
                              <AbsDimension x="0" y="-70"/>
                          </Offset>
                      </Anchor>
                  </Anchors>
              </FontString>
          </Layer>
        </Layers>
      </Frame>
    </Frames>
  </Frame>
  <Frame name="MinimapZoom" frameStrata="LOW" enableMouse="false" parent="Minimap" Hidden="false">
    <Size>
        <AbsDimension x="128" y="128"/>
    </Size>
    <Anchors>
    <Anchor point="CENTER" relativePoint="CENTER" relativeTo="Minimap">
        <Offset>
            <AbsDimension x="0" y="0"/>
        </Offset>
    </Anchor>
    </Anchors>          
    <Scripts>
      <OnMouseWheel>
            CleanMinimap_OnMouseWheel(arg1);
      </OnMouseWheel>
    </Scripts>
  </Frame>
</Ui>

Generated by GNU Enscript 1.6.5.90.