/indra/newview/skins/default/xui/en/menu_script_chiclet.xml
https://bitbucket.org/lindenlab/viewer-beta/ · XML · 19 lines · 19 code · 0 blank · 0 comment · 0 complexity · 65c8c190b23594283986f7fe99f26d8e MD5 · raw file
- <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
- <menu
- height="101"
- layout="topleft"
- left="100"
- mouse_opaque="false"
- name="ScriptChiclet Menu"
- top="724"
- visible="false"
- width="128">
- <menu_item_call
- label="Close"
- layout="topleft"
- name="Close">
- <menu_item_call.on_click
- function="ScriptChiclet.Action"
- parameter="end" />
- </menu_item_call>
- </menu>