83 lines
1.3 KiB
Plaintext
83 lines
1.3 KiB
Plaintext
sizer {
|
|
mode: "hori"
|
|
expand: "true,false"
|
|
fill: true
|
|
lock: true
|
|
button {
|
|
name: "[{ID}]SEARCH:close"
|
|
image {
|
|
src: "THEME_GUI:///Remove.svg"
|
|
fill: true
|
|
size: "7,7mm"
|
|
hover: "_T(Close search bar)"
|
|
}
|
|
}
|
|
entry {
|
|
name: "[{ID}]SEARCH:search-entry"
|
|
expand: true
|
|
fill: true
|
|
}
|
|
button {
|
|
name: "[{ID}]SEARCH:search"
|
|
image {
|
|
src: "THEME_GUI:///Search.svg"
|
|
fill: true
|
|
size: "7,7mm"
|
|
}
|
|
}
|
|
entry {
|
|
name: "[{ID}]SEARCH:replace-entry"
|
|
expand: true
|
|
fill: true
|
|
}
|
|
button {
|
|
name: "[{ID}]SEARCH:replace"
|
|
image {
|
|
src: "THEME_GUI:///Replace.svg?lib=ewol"
|
|
fill: true
|
|
size: "7,7mm"
|
|
}
|
|
}
|
|
button {
|
|
name: "[{ID}]SEARCH:case"
|
|
toggle: true
|
|
image {
|
|
src: "THEME_GUI:///CaseSensitive.svg?lib=ewol"
|
|
fill: true
|
|
size: "7,7mm"
|
|
}
|
|
image {
|
|
src: "THEME_GUI:///CaseSensitive.svg?lib=ewol"
|
|
fill: true
|
|
size: "7,7mm"
|
|
}
|
|
}
|
|
button {
|
|
name: "[{ID}]SEARCH:wrap"
|
|
toggle: true
|
|
image {
|
|
src: "THEME_GUI:///WrapAround.svg?lib=ewol"
|
|
fill: true
|
|
size: "7,7mm"
|
|
}
|
|
image {
|
|
src: "THEME_GUI:///WrapAround.svg?lib=ewol"
|
|
fill: true
|
|
size: "7,7mm"
|
|
}
|
|
}
|
|
button {
|
|
name: "[{ID}]SEARCH:up-down"
|
|
toggle: true
|
|
image {
|
|
src: "THEME_GUI:///Up.svg?lib=ewol"
|
|
fill: true
|
|
size: "7,7mm"
|
|
}
|
|
image {
|
|
src: "THEME_GUI:///Down.svg?lib=ewol"
|
|
fill: true
|
|
size: "7,7mm"
|
|
}
|
|
}
|
|
} |