blob: 01008ef203c3ba1ec7397e52789359059540e4fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<context_menu
layout="topleft"
name="COF Body">
<menu_item_call
label="Replace"
layout="topleft"
name="replace">
<on_click
function="BodyPart.Replace"/>
</menu_item_call>
<menu_item_call
label="Edit"
layout="topleft"
name="edit">
<on_click
function="BodyPart.Edit"/>
<on_enable
function="BodyPart.OnEnable"
parameter="edit" />
</menu_item_call>
</context_menu>
|