blob: ce84cfedc0a5d7a1a299634f66e6b0dbb452018e (
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
|
<?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">
<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>
|