vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <Ui>
2 <Frame name="wowon_pf">
3  
4 <Backdrop bgFile="Interface\DialogFrame\UI-DialogBox-Background" edgeFile="Interface\Tooltips\UI-Tooltip-Border">
5 <BackgroundInsets>
6 <AbsInset left="6" right="6" top="6" bottom="6" />
7 </BackgroundInsets>
8 <EdgeSize>
9 <AbsValue val="25" />
10 </EdgeSize>
11 </Backdrop>
12  
13 <Frames>
14 <Button name="wowonid_b_exit" inherits="GameMenuButtonTemplate" text="Close">
15 <Size>
16 <AbsDimension x="75" y="25"/>
17 </Size>
18 <Anchors>
19 <Anchor point="CENTER">
20 <Offset>
21 <AbsDimension x="-35" y="0"/>
22 </Offset>
23 </Anchor>
24 </Anchors>
25 <Scripts>
26 <OnClick>
27 wowon_exit_game ()
28 wowon_hf:Hide()
29 </OnClick>
30 </Scripts>
31 </Button>
32  
33 <Button name="wowonid_b_newgame" inherits="GameMenuButtonTemplate" text="New Game">
34 <Size>
35 <AbsDimension x="75" y="25"/>
36 </Size>
37 <Anchors>
38 <Anchor point="CENTER">
39 <Offset>
40 <AbsDimension x="35" y="0"/>
41 </Offset>
42 </Anchor>
43 </Anchors>
44 <Scripts>
45 <OnClick>
46 wowon_new_game ()
47 </OnClick>
48 </Scripts>
49 </Button>
50 </Frames>
51 <Scripts>
52 </Scripts>
53  
54 </Frame>
55 </Ui>