blob: a6c9a56dfd048a35cf444c6699bc07ab6b39aa62 (
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" ?>
<scroll_bar thumb_image="rounded_square.tga"
track_image="rounded_square.tga"
track_color="ScrollbarTrackColor"
thumb_color="ScrollbarThumbColor"
thickness="16">
<up_button image_unselected="scrollbutton_up_out_blue.tga"
image_selected="scrollbutton_up_in_blue.tga"
scale_image="true"/>
<down_button image_unselected="scrollbutton_down_out_blue.tga"
image_selected="scrollbutton_down_in_blue.tga"
scale_image="true"/>
<left_button image_unselected="scrollbutton_left_out_blue.tga"
image_selected="scrollbutton_left_in_blue.tga"
scale_image="true"/>
<right_button image_unselected="scrollbutton_right_out_blue.tga"
image_selected="scrollbutton_right_in_blue.tga"
scale_image="true"/>
</scroll_bar>
|