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/
..\FrameXML\UI.xsd">
  <Script file="EasyUnlock.lua"/>
  <Script file="localization.lua"/>
  <Frame name="EasyUnlock" parent="TradeFrame" hidden="true">
                <Frames>
                        <Button name="EasyUnlockUnlockButton" inherits="UIPanelButtonTemplate" text="EU_UNLOCKBUTTON">
                                <Size>
                                        <AbsDimension x="58" y="22"/>
                                </Size>
                                <Anchors>
                                        <Anchor point="TOPLEFT" relativeTo="TradeFrameTradeButton" relativePoint="TOPRIGHT">
                                                <Offset>
                                                        <AbsDimension x="-3" y="0"/>
                                                </Offset>
                                        </Anchor>
                                </Anchors>
                                <Scripts>
                                        <OnLoad>
                                                this:Disable();
                                        </OnLoad>
                                        <OnClick>
                                                EasyUnlockUnlockButton_OnClick();
                                        </OnClick>
                                </Scripts>
                                <NormalText inherits="GameFontNormal" text="EU_UNLOCKBUTTON"/>
                                <DisabledText inherits="GameFontDisable" text="EU_UNLOCKBUTTON"/>
                                <HighlightText inherits="GameFontHighlight" text="EU_UNLOCKBUTTON"/>
                        </Button>
                </Frames>
                <Scripts>
                        <OnLoad>
                                EasyUnlock_OnLoad();
                        </OnLoad>
                        <OnUpdate>
                                EasyUnlock_OnUpdate(dt);
                        </OnUpdate>
                        <OnEvent>
                                EasyUnlock_OnEvent(event);
                        </OnEvent>
                </Scripts>
        </Frame>
        <Frame name="EasyUnlockTooltip" parent="GameTooltip" hidden="false">
                <Scripts>
                        <OnShow>
                                EasyUnlock_Tooltip_OnShow();
                        </OnShow>
                </Scripts>
        </Frame>
        <Frame name="EasyUnlockItemRefTooltip" parent="ItemRefTooltip" hidden="false">
                <Scripts>
                        <OnShow>
                                EasyUnlock_Tooltip_OnShow();
                        </OnShow>
                </Scripts>
        </Frame>
</Ui>

Generated by GNU Enscript 1.6.5.90.