blob: a4ef228c647c81c907e820223e667c4ae1df075d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel name="chat">
<button label="Historial" label_selected="Historial" name="History"
tool_tip="Click here to see what has been said" />
<line_editor label="Click here to chat." name="Chat Editor"
tool_tip="Pulse Enter para decir, Ctrl-Enter para gritar." />
<button label="Decir" label_selected="Decir" name="Say" tool_tip="(Enter)" />
<button label="Gritar" label_selected="Gritar" name="Shout" tool_tip="(Ctrl-Enter)" />
<combo_box label="Posturas" name="Gesture">
<combo_item name="Gestures">
Posturas
</combo_item>
</combo_box>
</panel>
|