summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/widgets/combo_box.xml
blob: daec17c2f964bbd1896530e570b9c9f3c87f507c (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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<combo_box font="SansSerifSmall"
           list_position="below"
           max_chars="20"
           height="23"
           follows="right|top">
  <combo_box.combo_button name="Combobox Button"
                          hover_glow_amount="0.15"
                          font="SansSerifSmall"
                          scale_image="true"
                          image_unselected="ComboButton_Off"
                          image_selected="ComboButton_Selected"
                          image_disabled="ComboButton_Disabled" />
  <combo_box.drop_down_button name="Drop Down Button"
                              hover_glow_amount="0.15"
                              font="SansSerifSmall"
                              scale_image="true"
                              pad_right="24"
                              halign="left"
                              tab_stop="true"
                              follows="all"
                              image_unselected="DropDown_Off"
                              image_selected="DropDown_On"
                              image_pressed="DropDown_Press" 
                              image_pressed_selected="DropDown_Press"
                              image_disabled="DropDown_Disabled" />
  <combo_box.combo_list bg_writeable_color="ComboListBgColor"
                        background_visible="true"
                         />
  <!-- Text is "tentative" if you have typed in a string that does not match
    any item in the list, but we usually don't care, so use the same color
    as normal text. -->
  <combo_box.combo_editor name="Combo Text Entry"
                          select_on_focus="true"
                          font="SansSerifSmall" 
                          text_tentative_color="TextFgColor" />
</combo_box>