summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/widgets/radio_item.xml
blob: b95e1add475f99457362af0e090148f01ac25ca6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?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>