blob: 45b1e1eb9f60064fd89bb8c756cc29951be6d91a (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<combo_box font="SansSerifSmall"
list_position="below"
max_chars="20"
follows="right|top">
<combo_box.combo_button name="Combobox Button"
label=""
hover_glow_amount="0.15"
font="SansSerifSmall"
scale_image="true"
image_unselected="ComboButton_Off"
image_selected="ComboButton_Selected"
image_disabled="ComboButton_Disabled"
image_disabled_selected="ComboButton_Disabled_Selected" />
<combo_box.drop_down_button name="Drop Down Button"
label=""
hover_glow_amount="0.15"
font="SansSerifSmall"
scale_image="true"
pad_right="24"
image_unselected="DropDown_Off"
image_selected="DropDown_Selected"
image_disabled="DropDown_Disabled"
image_disabled_selected="DropDown_Disabled_Selected" />
<combo_box.combo_list bg_writeable_color="white" />
<combo_box.combo_editor name="Combo Text Entry"
select_on_focus="true"
font="SansSerifSmall" />
</combo_box>
|