update
This commit is contained in:
83
data/GUI-Search.egi
Normal file
83
data/GUI-Search.egi
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user