summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/menu_wearing_gear.xml
blob: 57b20dfda9167ef7a00ccb71e77ab96ea1c508ab (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<toggleable_menu
 layout="topleft"
 visible="false"
 name="Gear Wearing">
    <menu_item_call
     label="Touch"
     layout="topleft"
     name="touch">
        <on_click
         function="Gear.TouchAttach" />
        <on_enable
         function="Gear.OnEnable"
         parameter="touch_attach" />
    </menu_item_call>
    <menu_item_call
     label="Edit"
     layout="topleft"
     name="edit_item">
        <on_click
         function="Gear.EditItem" />
        <on_enable
         function="Gear.OnEnable"
         parameter="edit_item" />
    </menu_item_call>
    <menu_item_call
     label="Take Off"
     layout="topleft"
     name="takeoff">
        <on_click
         function="Gear.TakeOff" />
        <on_enable
         function="Gear.OnEnable"
         parameter="take_off" />
    </menu_item_call>
    <menu_item_separator />
    <menu_item_call
     label="Edit Outfit"
     layout="topleft"
     name="edit_outfit">
        <on_click
         function="Gear.EditOutfit" />
    </menu_item_call>
    <menu_item_call
     label="Copy outfit list to clipboard"
     layout="topleft"
     name="copy">
        <on_click
         function="Gear.Copy" />
    </menu_item_call>
</toggleable_menu>