PageRenderTime 34ms CodeModel.GetById 21ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 16 lines | 16 code | 0 blank | 0 comment | 0 complexity | e5b766cf603144c3965ddccaddae846f MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <context_menu
  3. layout="topleft"
  4. name="IM Well Button Context Menu">
  5. <menu_item_call
  6. label="Close All"
  7. layout="topleft"
  8. name="Close All">
  9. <menu_item_call.on_click
  10. function="IMWellChicletMenu.Action"
  11. parameter="close all" />
  12. <menu_item_call.on_enable
  13. function="IMWellChicletMenu.EnableItem"
  14. parameter="can close all" />
  15. </menu_item_call>
  16. </context_menu>