This commit is contained in:
2021-12-15 22:59:51 +01:00
parent 8806c99613
commit 92b55c43f6
2 changed files with 86 additions and 2 deletions

83
data/GUI-Search.egi Normal file
View File

@@ -0,0 +1,83 @@
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"
}
}
}