PageRenderTime 31ms CodeModel.GetById 0ms RepoModel.GetById 1ms app.codeStats 0ms

/indra/newview/skins/default/xui/en/widgets/combo_box.xml

https://bitbucket.org/lindenlab/viewer-beta/
XML | 37 lines | 34 code | 0 blank | 3 comment | 0 complexity | 21352d1cf6eb72cd574f268575211392 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <combo_box font="SansSerifSmall"
  3. list_position="below"
  4. max_chars="20"
  5. height="23"
  6. follows="right|top">
  7. <combo_box.combo_button name="Combobox Button"
  8. hover_glow_amount="0.15"
  9. font="SansSerifSmall"
  10. scale_image="false"
  11. image_unselected="ComboButton_Off"
  12. image_selected="ComboButton_Selected"
  13. image_disabled="ComboButton_Disabled" />
  14. <combo_box.drop_down_button name="Drop Down Button"
  15. hover_glow_amount="0.15"
  16. font="SansSerifSmall"
  17. scale_image="true"
  18. pad_right="24"
  19. halign="left"
  20. tab_stop="true"
  21. follows="all"
  22. image_unselected="DropDown_Off"
  23. image_selected="DropDown_On"
  24. image_pressed="DropDown_Press"
  25. image_pressed_selected="DropDown_Press"
  26. image_disabled="DropDown_Disabled" />
  27. <combo_box.combo_list bg_writeable_color="ComboListBgColor"
  28. background_visible="true"
  29. />
  30. <!-- Text is "tentative" if you have typed in a string that does not match
  31. any item in the list, but we usually don't care, so use the same color
  32. as normal text. -->
  33. <combo_box.combo_editor name="Combo Text Entry"
  34. select_on_focus="true"
  35. font="SansSerifSmall"
  36. text_tentative_color="TextFgColor" />
  37. </combo_box>