/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

  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <menu
  3. height="101"
  4. layout="topleft"
  5. left="100"
  6. mouse_opaque="false"
  7. name="ScriptChiclet Menu"
  8. top="724"
  9. visible="false"
  10. width="128">
  11. <menu_item_call
  12. label="Close"
  13. layout="topleft"
  14. name="Close">
  15. <menu_item_call.on_click
  16. function="ScriptChiclet.Action"
  17. parameter="end" />
  18. </menu_item_call>
  19. </menu>