/indra/newview/skins/default/xui/en/widgets/button.xml
https://bitbucket.org/lindenlab/viewer-beta/ · XML · 34 lines · 29 code · 0 blank · 5 comment · 0 complexity · ed0814ffad4d281e14e066a7ff8aed28 MD5 · raw file
- <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
- <!-- Additional attributes:
- image_pressed
- image_pressed_selected
- image_flash
- -->
- <button image_unselected="PushButton_Off"
- image_selected="PushButton_Selected"
- image_disabled_selected="PushButton_Selected_Disabled"
- image_disabled="PushButton_Disabled"
- image_top_pad="0"
- image_bottom_pad="0"
- imgoverlay_label_space="1"
- label_color="ButtonLabelColor"
- label_color_selected="ButtonLabelSelectedColor"
- label_color_disabled="ButtonLabelDisabledColor"
- label_color_disabled_selected="ButtonLabelSelectedDisabledColor"
- image_color="ButtonImageColor"
- image_color_disabled="ButtonImageColor"
- flash_color="ButtonFlashBgColor"
- font="SansSerifSmall"
- hover_glow_amount="0.15"
- halign="center"
- pad_bottom="3"
- height="23"
- scale_image="true"
- handle_right_mouse="true"
- use_draw_context_alpha="true"
- held_down_delay.seconds="0.5"
- button_flash_count="8"
- button_flash_rate="1.25"
- display_pressed_state="true"
- >
- </button>