blob: 468d41e2f001bcf07a355914e17b89cbb942745c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater
background_opaque="false"
background_visible="true"
bevel_style="in"
bg_alpha_color="0.0 0.0 0.0 0.0"
height="60"
left="0"
top="0"
follows="right|bottom"
layout="topleft"
name="notification_chiclet"
save_rect="true"
title=""
width="320"
can_minimize="false"
can_tear_off="false"
can_resize="false"
can_drag_on_left="false"
can_close="false"
can_dock="false"
>
<scroll_container
follows="top|bottom"
layout="topleft"
name="notification_list_container"
left="1"
top="30"
width="336"
height="30">
<scrolling_panel_list
follows="left|right"
layout="topleft"
name="notification_list"
left="0"
top="0"
height="20"
width="320" />
</scroll_container>
<panel
top="0"
width="320"
height="30"
layout="topleft"
follows="top|left|right"
background_visible="true"
background_opaque="false"
bg_alpha_color="0.0 0.0 0.0 1.0"
name="notification_caption"
>
<text
width="255"
left="25"
height="20"
layout="topleft"
follows="left|right|top"
font="SansSerifBoldBig"
text_color="white"
word_wrap="true"
mouse_opaque="true"
name="sender_name"
>
NOTIFICATIONS
</text>
<button
top="5"
left="270"
width="15"
height="15"
layout="topleft"
follows="right"
label=""
toggle="true"
image_unselected="arrow_up.tga"
image_disabled="arrow_up.tga"
image_selected="arrow_down.tga"
image_hover_selected="arrow_down.tga"
image_disabled_selected="arrow_down.tga"
name="tear_btn"
/>
<button
top="5"
left="300"
width="15"
height="15"
layout="topleft"
follows="right"
label=""
image_unselected="closebox.tga"
image_disabled="closebox.tga"
image_selected="closebox.tga"
image_hover_selected="closebox.tga"
image_disabled_selected="closebox.tga"
name="close_btn"
/>
</panel>
</floater>
|