blob: dd848f3acdeefd874f556bce1de05d91d83129ad (
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">
<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>
|