<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<toggleable_menu
 layout="topleft"
 visible="false"
 name="Gear Wearing">
    <menu_item_call
     label="Edit Outfit"
     layout="topleft"
     name="edit">
        <on_click
         function="Gear.Edit" />
    </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_call
     label="Copy outfit list to clipboard"
     layout="topleft"
     name="copy">
        <on_click
         function="Gear.Copy" />
    </menu_item_call>
</toggleable_menu>