PageRenderTime 144ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 27 lines | 27 code | 0 blank | 0 comment | 0 complexity | 3d9d57967f300b518c5641cd00a21cdf MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <toggleable_menu
  3. height="201"
  4. layout="topleft"
  5. mouse_opaque="false"
  6. name="place_overflow_menu"
  7. width="128">
  8. <menu_item_call
  9. label="Make a Landmark"
  10. layout="topleft"
  11. name="landmark">
  12. <menu_item_call.on_click
  13. function="Places.OverflowMenu.Action"
  14. parameter="landmark" />
  15. </menu_item_call>
  16. <menu_item_call
  17. label="Create Pick"
  18. layout="topleft"
  19. name="pick">
  20. <menu_item_call.on_click
  21. function="Places.OverflowMenu.Action"
  22. parameter="pick" />
  23. <menu_item_call.on_enable
  24. function="Places.OverflowMenu.Enable"
  25. parameter="can_create_pick" />
  26. </menu_item_call>
  27. </toggleable_menu>