blob: 5d429d5b5b989a67e46fd7a4af5748352335c631 (
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" ?>
<search_combo_box
allow_text_entry="true"
list_position="BELOW"
show_text_as_tentative="false"
dropdown_button_visible="false"
max_chars="256"
name="parent"
allow_new_values="true"
background_image="TextField_Search_Off"
background_image_disabled="TextField_Search_Disabled"
background_image_focused="TextField_Search_Active">
<combo_editor
name="child1"
select_on_focus="true"
text_pad_left="30"
text_tentative_color="TextFgTentativeColor"
background_image="TextField_Search_Off"
background_image_disabled="TextField_Search_Disabled"
background_image_focused="TextField_Search_Active"/>
<combo_list
multi_select="false"
name="child2"
page_lines="10"
scroll_bar_bg_visible="true" />
<search_button label=""
top_pad="5"
left_pad="10"
name="child3"
width="13"
height="13"
image_unselected="Search"
image_selected="Search" />
</search_combo_box>
|