blob: 7a60bee338f3d8927f346214ce965f33b2595c40 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<check_box font="SansSerifSmall"
follows="left|top">
<check_box.label_text name="checkbox label"
text_color="LabelTextColor"
text_readonly_color="LabelDisabledColor"/>
<check_box.check_button name="CheckboxCtrl Button"
commit_on_return="false"
label=""
is_toggle="true"
font="SansSerif"
scale_image="false"
image_unselected="Checkbox_Off"
image_selected="Checkbox_On"
image_disabled="Checkbox_Off_Disabled"
image_disabled_selected="Checkbox_On_Disabled"
image_pressed="Checkbox_Press"
image_pressed_selected="Checkbox_On_Press" />
</check_box>
|