/indra/newview/skins/default/xui/en/menu_inventory_gear_default.xml
https://bitbucket.org/lindenlab/viewer-beta/ · XML · 156 lines · 155 code · 1 blank · 0 comment · 0 complexity · 0d546247f177cb8b76a1e8d79748531f MD5 · raw file
- <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
- <toggleable_menu
- bottom="806"
- layout="topleft"
- left="0"
- mouse_opaque="false"
- name="menu_gear_default"
- visible="false">
- <menu_item_call
- label="New Inventory Window"
- layout="topleft"
- name="new_window">
- <on_click
- function="Inventory.GearDefault.Custom.Action"
- parameter="new_window" />
- </menu_item_call>
- <menu_item_separator
- layout="topleft" />
- <menu_item_check
- label="Sort by Name"
- layout="topleft"
- name="sort_by_name">
- <on_click
- function="Inventory.GearDefault.Custom.Action"
- parameter="sort_by_name" />
- <on_check
- function="Inventory.GearDefault.Check"
- parameter="sort_by_name" />
- </menu_item_check>
- <menu_item_check
- label="Sort by Most Recent"
- layout="topleft"
- name="sort_by_recent">
- <on_click
- function="Inventory.GearDefault.Custom.Action"
- parameter="sort_by_recent" />
- <on_check
- function="Inventory.GearDefault.Check"
- parameter="sort_by_recent" />
- </menu_item_check>
- <menu_item_check
- label="Sort Folders Always by Name"
- layout="topleft"
- name="sort_folders_by_name">
- <on_click
- function="Inventory.GearDefault.Custom.Action"
- parameter="sort_folders_by_name" />
- <on_check
- function="Inventory.GearDefault.Check"
- parameter="sort_folders_by_name" />
- </menu_item_check>
- <menu_item_check
- label="Sort System Folders to Top"
- layout="topleft"
- name="sort_system_folders_to_top">
- <on_click
- function="Inventory.GearDefault.Custom.Action"
- parameter="sort_system_folders_to_top" />
- <on_check
- function="Inventory.GearDefault.Check"
- parameter="sort_system_folders_to_top" />
- </menu_item_check>
- <menu_item_separator
- layout="topleft" />
- <menu_item_call
- label="Show Filters"
- layout="topleft"
- name="show_filters">
- <on_click
- function="Inventory.GearDefault.Custom.Action"
- parameter="show_filters" />
- </menu_item_call>
- <menu_item_call
- label="Reset Filters"
- layout="topleft"
- name="reset_filters">
- <on_click
- function="Inventory.GearDefault.Custom.Action"
- parameter="reset_filters" />
- </menu_item_call>
- <menu_item_call
- label="Close All Folders"
- layout="topleft"
- name="close_folders">
- <on_click
- function="Inventory.GearDefault.Custom.Action"
- parameter="close_folders" />
- </menu_item_call>
- <menu_item_separator
- layout="topleft" />
- <menu_item_call
- label="Empty Lost and Found"
- layout="topleft"
- name="empty_lostnfound">
- <on_click
- function="Inventory.GearDefault.Custom.Action"
- parameter="empty_lostnfound" />
- </menu_item_call>
- <menu_item_separator
- layout="topleft" />
- <menu_item_call
- label="Save Texture As"
- layout="topleft"
- name="Save Texture As">
- <on_click
- function="Inventory.GearDefault.Custom.Action"
- parameter="save_texture" />
- <on_enable
- function="Inventory.GearDefault.Enable"
- parameter="save_texture" />
- </menu_item_call>
- <menu_item_call
- label="Share"
- layout="topleft"
- name="Share"
- visible="true">
- <on_click
- function="Inventory.Share" />
- <on_enable
- function="Inventory.GearDefault.Enable"
- parameter="share" />
- </menu_item_call>
- <menu_item_call
- label="Find Original"
- layout="topleft"
- name="Find Original">
- <on_click
- function="Inventory.GearDefault.Custom.Action"
- parameter="find_original" />
- <on_enable
- function="Inventory.GearDefault.Enable"
- parameter="find_original" />
- </menu_item_call>
- <menu_item_call
- label="Find All Links"
- layout="topleft"
- name="Find All Links">
- <on_click
- function="Inventory.GearDefault.Custom.Action"
- parameter="find_links" />
- <on_enable
- function="Inventory.GearDefault.Enable"
- parameter="find_links" />
- </menu_item_call>
- <menu_item_separator
- layout="topleft" />
- <menu_item_call
- label="Empty Trash"
- layout="topleft"
- name="empty_trash">
- <on_click
- function="Inventory.GearDefault.Custom.Action"
- parameter="empty_trash" />
- </menu_item_call>
- </toggleable_menu>