/indra/newview/skins/default/xui/en/widgets/radio_item.xml
https://bitbucket.org/lindenlab/viewer-beta/ · XML · 12 lines · 11 code · 1 blank · 0 comment · 0 complexity · 34f50c636aceea0f5d2e3e0a6f06c074 MD5 · raw file
- <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
- <radio_item follows="left|top" font="SansSerif">
- <radio_item.label_text name="Radio Item label"/>
- <radio_item.check_button name="Radio control button"
- image_unselected="RadioButton_Off"
- image_selected="RadioButton_On"
- image_disabled="RadioButton_Disabled"
- image_disabled_selected="RadioButton_On_Disabled"
- image_pressed="RadioButton_Press"
- image_pressed_selected="RadioButton_On_Press"/>
- </radio_item>