PageRenderTime 33ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/indra/newview/skins/default/xui/en/menu_object_icon.xml

https://bitbucket.org/lindenlab/viewer-beta/
XML | 27 lines | 27 code | 0 blank | 0 comment | 0 complexity | 7bb00bf0fce3a27922ab1f9fa703c175 MD5 | raw file
Possible License(s): LGPL-2.1
  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="Object Icon Menu"
  8. top="724"
  9. visible="false"
  10. width="128">
  11. <menu_item_call
  12. label="Object Profile..."
  13. layout="topleft"
  14. name="Object Profile">
  15. <menu_item_call.on_click
  16. function="ObjectIcon.Action"
  17. parameter="profile" />
  18. </menu_item_call>
  19. <menu_item_call
  20. label="Block..."
  21. layout="topleft"
  22. name="Block">
  23. <menu_item_call.on_click
  24. function="ObjectIcon.Action"
  25. parameter="block" />
  26. </menu_item_call>
  27. </menu>