summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/menu_inspect_self_gear.xml
blob: 240822e5cab8c200505518ae79c13f316cf5e5a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?xml version="1.0" encoding="utf-8"?>
<menu
         create_jump_keys="true"
         layout="topleft"
         mouse_opaque="false"
         visible="false"
         name="Gear Menu">
  <menu_item_call
   label="Stand Up"
   layout="topleft"
   enabled="true"
   name="stand_up">
    <menu_item_call.on_click
     function="Self.StandUp"
     parameter="" />
    <menu_item_call.on_visible
     function="Self.VisibleStandUp" />
  </menu_item_call>
  <menu_item_call
   label="My Appearance"
   layout="topleft"
   name="my_appearance">
    <menu_item_call.on_click
     function="ShowFloater"
     parameter="appearance" />
    <menu_item_call.on_enable
     function="Edit.EnableCustomizeAvatar" />
  </menu_item_call>
  <menu_item_call
   label="My Profile"
   layout="topleft"
   enabled="true" 
   name="my_profile">
    <menu_item_call.on_click
     function="ShowAgentProfile"
     parameter="agent" />
  </menu_item_call>
  <menu_item_call
   label="My Friends"
   layout="topleft"
   name="my_friends">
    <menu_item_call.on_click
     function="Self.Friends"
     parameter="" />
  </menu_item_call>
  <menu_item_call
   label="My Groups"
   layout="topleft"
   name="my_groups">
    <menu_item_call.on_click
     function="Self.Groups" />
  </menu_item_call>
</menu>