vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1  
2 <Ui xmlns="http://www.blizzard.com/wow/ui/"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://www.blizzard.com/wow/ui/ ../../FrameXML/UI.xsd">
5 <!--
6 $Revision: 1.4 $
7 $Date: 2005/10/10 16:05:06 $
8 -->
9 <Script file="AHFavorites.lua"/>
10  
11 <Frame name="AHFavs" parent="AuctionFrameBrowse" id="1">
12 <Size> <AbsDimension x="24" y="24"/> </Size>
13 <Anchors>
14 <Anchor point="RIGHT" relativeTo="BrowseName" relativePoint="RIGHT">
15 <Offset> <AbsDimension x="6" y="0"/> </Offset>
16 </Anchor>
17 </Anchors>
18 <Frames>
19 <Button name="$parentButton">
20 <Size> <AbsDimension x="24" y="24"/> </Size>
21 <Anchors>
22 <Anchor point="RIGHT" relativeTo="AHFavs"/>
23 </Anchors>
24 <Scripts>
25 <OnClick> ToggleDropDownMenu(); </OnClick>
26 <OnShow> AHFav:SearchesDropDown_OnLoad(); </OnShow>
27 <OnEnter>
28 GameTooltip:SetOwner(this, "ANCHOR_TOPRIGHT");
29 GameTooltip:SetText(AH_FAV.FAVORITES);
30 </OnEnter>
31 <OnLeave> GameTooltip:Hide(); </OnLeave>
32 </Scripts>
33 <NormalTexture name="$parentNormalTexture" file="Interface\ChatFrame\UI-ChatIcon-ScrollDown-Up">
34 <Size> <AbsDimension x="24" y="24"/> </Size>
35 <Anchors> <Anchor point="RIGHT"/> </Anchors>
36 </NormalTexture>
37  
38 <HighlightTexture alphaMode="ADD" name="$parentHighlightTexture" file="Interface\Buttons\UI-Common-MouseHilight">
39 <Size> <AbsDimension x="24" y="24"/> </Size>
40 <Anchors> <Anchor point="RIGHT"/> </Anchors>
41 </HighlightTexture>
42  
43 <PushedTexture name="$parentPushedTexture" file="Interface\ChatFrame\UI-ChatIcon-ScrollDown-Down">
44 <Size> <AbsDimension x="24" y="24"/> </Size>
45 <Anchors> <Anchor point="RIGHT"/> </Anchors>
46 </PushedTexture>
47 </Button>
48 </Frames>
49 <Scripts>
50 <OnHide> CloseDropDownMenus(); </OnHide>
51 </Scripts>
52 </Frame>
53  
54 </Ui>