blob: 2b2c3faf917e8ad4acc59aa0c6dbfedbbe6892c8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<!-- Additional attributes:
image_pressed
image_pressed_selected
image_flash
-->
<button image_unselected="PushButton_Off"
image_selected="PushButton_Selected"
image_disabled_selected="PushButton_Selected_Disabled"
image_disabled="PushButton_Disabled"
image_top_pad="0"
image_bottom_pad="0"
imgoverlay_label_space="1"
label_color="ButtonLabelColor"
label_color_selected="ButtonLabelSelectedColor"
label_color_disabled="ButtonLabelDisabledColor"
label_color_disabled_selected="ButtonLabelSelectedDisabledColor"
image_color="ButtonImageColor"
image_color_disabled="ButtonImageColor"
flash_color="ButtonFlashBgColor"
font="SansSerifSmall"
hover_glow_amount="0.15"
halign="center"
pad_bottom="1"
height="23"
scale_image="true"
handle_right_mouse="true"
use_draw_context_alpha="true"
held_down_delay.seconds="0.5"
button_flash_count="8"
button_flash_rate="1.25"
display_pressed_state="true"
>
</button>
|