vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <!-- $Header: /usr/local/cvsroot/WoW/Interface/AddOns/TargetOfTarget/HoTT_InputBoxTemplate.xml,v 1.5 2005/05/29 19:39:34 jeff Exp $ -->
2 <!-- From FrameXML/UIPanelTemplates.xml -->
3 <!-- Borders are now symmetric -->
4  
5 <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/
6 ../../FrameXML/UI.xsd">
7  
8 <EditBox name="HoTT_InputBoxTemplate"
9 enableMouse="true"
10 virtual="true">
11 <Layers>
12 <Layer level="BACKGROUND">
13 <Texture name="$parentLeft"
14 file="Interface\Common\Common-Input-Border">
15 <Size>
16 <AbsDimension x="8" y="20"/>
17 </Size>
18 <Anchors>
19 <Anchor point="LEFT">
20 <Offset>
21 <AbsDimension x="-5" y="0"/>
22 </Offset>
23 </Anchor>
24 </Anchors>
25 <TexCoords left="0" right="0.0625" top="0" bottom="0.625"/>
26 </Texture>
27 <Texture name="$parentRight"
28 file="Interface\Common\Common-Input-Border">
29 <Size>
30 <AbsDimension x="8" y="20"/>
31 </Size>
32 <Anchors>
33 <Anchor point="RIGHT">
34 <Offset>
35 <AbsDimension x="5" y="0"/>
36 </Offset>
37 </Anchor>
38 </Anchors>
39 <TexCoords left="0.9375" right="1.0" top="0" bottom="0.625"/>
40 </Texture>
41 <Texture name="$parentMiddle"
42 file="Interface\Common\Common-Input-Border">
43 <Size>
44 <AbsDimension x="10" y="20"/>
45 </Size>
46 <Anchors>
47 <Anchor point="LEFT"
48 relativeTo="$parentLeft"
49 relativePoint="RIGHT"/>
50 <Anchor point="RIGHT"
51 relativeTo="$parentRight"
52 relativePoint="LEFT"/>
53 </Anchors>
54 <TexCoords left="0.0625" right="0.9375" top="0" bottom="0.625"/>
55 </Texture>
56 </Layer>
57 </Layers>
58 <!-- The scripts contained here are Copyright (c) 2005 Itchyban of Veeshan -->
59 <Scripts>
60 <OnShow>
61 this:ClearFocus();
62 </OnShow>
63  
64 <OnEscapePressed>
65 HoTT_Params_Frame_LoadValues();
66 </OnEscapePressed>
67  
68 <OnEditFocusGained>
69 HoTT_Params_Frame_CheckRefocus();
70 </OnEditFocusGained>
71 </Scripts>
72 <FontString inherits="ChatFontNormal"/>
73 </EditBox>
74 </Ui>