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 <Script file="Inspector.lua"/>
3 <Frame name="InspectorButtonFrame" parent="TargetFrame" enableMouse="true" hidden="false" frameStrata="HIGH">
4 <Size>
5 <AbsDimension x="32" y="32"/>
6 </Size>
7 <Anchors>
8 <Anchor point="TOPLEFT" relativeTo="TargetFrame" relativePoint="TOPLEFT">
9 <Offset>
10 <AbsDimension x="115" y="0"/>
11 </Offset>
12 </Anchor>
13 </Anchors>
14 <Frames>
15 <Button name="InspectorButton">
16 <Size>
17 <AbsDimension x="32" y="32"/>
18 </Size>
19 <Anchors>
20 <Anchor point="TOPLEFT">
21 <Offset>
22 <AbsDimension x="0" y="0"/>
23 </Offset>
24 </Anchor>
25 </Anchors>
26 <NormalTexture file="Interface\AddOns\Inspector\InspectorButton-UpNew"/>
27 <PushedTexture file="Interface\AddOns\Inspector\InspectorButton-DownNew"/>
28 <HighlightTexture alphaMode="ADD" file="Interface\Minimap\UI-Minimap-ZoomButton-Highlight"/>
29 <Scripts>
30 <OnClick>
31 InspectorCheckInspect();
32 </OnClick>
33 </Scripts>
34 </Button>
35 </Frames>
36 <Scripts>
37 <OnLoad>
38 this:RegisterEvent("VARIABLES_LOADED");
39 this:RegisterEvent("PLAYER_TARGET_CHANGED");
40 </OnLoad>
41 <OnEvent>
42 checkEvents( event );
43 </OnEvent>
44 </Scripts>
45 </Frame>
46 </Ui>