blob: 32f5a18d1cd3c45c24d0962801afc0d8cf1cd59e (
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<!--
*TODO: Replace hardcoded buttons width/height with getting this info from the button images.
Currently that doesn't work because LLUIImage::getWidth/getHeight() return 1 for the images.
-->
<location_input font="SansSerifSmall"
add_landmark_image_enabled="icon_event_adult.tga"
add_landmark_image_disabled="icon_event.tga"
add_landmark_hpad="4"
allow_text_entry="true"
arrow_image="combobox_arrow.tga"
list_position="below"
show_text_as_tentative="false"
max_chars="20"
follows="left|top">
<location_input.background name="Background"
visible="true"
label=""
follows="left|top|right"
image_unselected="navbar_bg_center.tga"
image_selected="navbar_bg_center.tga"
image_disabled="navbar_bg_center.tga"
image_disabled_selected="navbar_bg_center.tga"
image_hover_selected="navbar_bg_center.tga"
image_hover_unselected="navbar_bg_center.tga" />
<location_input.info_button name="Place Information"
label=""
tool_tip="About current location"
width="20"
height="20"
follows="left|top"
image_overlay="map_infohub.tga"
image_unselected="navbar_bg_left.tga"
image_selected="navbar_bg_left.tga"
image_hover_selected="navbar_bg_left.tga"
image_hover_unselected="navbar_bg_left.tga"
image_disabled_selected="navbar_bg_left.tga"
image_disabled="navbar_bg_left.tga" />
<location_input.add_landmark_button name="Add Landmark"
label=""
width="16"
height="16"
tool_tip="Add to My Landmarks"
follows="right|top"
scale_image="false" />
<location_input.combo_button name="Location History"
label=""
tool_tip="My Location History"
width="20"
height="20"
image_overlay="navbar_history.tga"
image_overlay_alignment="center"
image_unselected="navbar_bg_right.tga"
image_selected="navbar_bg_right.tga"
image_disabled="navbar_bg_right.tga"
image_disabled_selected="navbar_bg_right.tga"
image_hover_selected="navbar_bg_right.tga"
image_hover_unselected="navbar_bg_right.tga" />
<location_input.combo_list bg_writeable_color="white"/>
<location_input.combo_editor name="Combo Text Entry"
select_on_focus="true"
font="SansSerifSmall"
bevel_style="none"
border_style="line"
border_thickness="0" />
</location_input>
|