blob: 038b8328cb59f8d5a5dfafd21c57ef26198c32ad (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<menu
height="101"
layout="topleft"
left="100"
mouse_opaque="false"
name="IMChiclet P2P Menu"
top="724"
visible="false"
width="128">
<menu_item_call
label="View Profile"
layout="topleft"
name="Show Profile">
<menu_item_call.on_click
function="IMChicletMenu.Action"
parameter="profile" />
</menu_item_call>
<menu_item_call
label="Add Friend"
layout="topleft"
name="Add Friend">
<menu_item_call.on_click
function="IMChicletMenu.Action"
parameter="add" />
</menu_item_call>
<menu_item_call
label="Show Session"
layout="topleft"
name="Send IM">
<menu_item_call.on_click
function="IMChicletMenu.Action"
parameter="im" />
</menu_item_call>
<menu_item_call
label="End Session"
layout="topleft"
name="End Session">
<menu_item_call.on_click
function="IMChicletMenu.Action"
parameter="end" />
</menu_item_call>
</menu>
|