blob: 683a54b3662ce24ddfe9ec83339f6f31f8692919 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
default_tab_group="1"
follows="left|bottom|right"
height="25"
layout="topleft"
left="0"
name="chat_bar"
top="24"
width="510">
<line_editor
border_style="line"
border_thickness="1"
follows="left|right"
height="20"
label="Click here to chat."
layout="topleft"
left_delta="7"
left="0"
name="chat_box"
tool_tip="Press Enter to say, Ctrl-Enter to shout."
top="3"
width="250" />
<button
follows="right"
width="45"
top="3"
layout="topleft"
left_pad="5"
label="Log"
height="20">
<button.commit_callback function="Floater.Toggle" parameter="nearby_chat"/>
</button>
<chiclet_talk
follows="right"
height="20"
speak_button.font="SansSerifMedium"
layout="topleft"
left_pad="5"
name="talk"
top="3"
width="100" />
<gesture_combo_box
follows="right"
height="20"
label="Gestures"
layout="topleft"
name="Gesture"
left_pad="5"
top="3"
width="90" />
</panel>
|