Add new APIs

This commit is contained in:
Evgeny
2023-02-23 13:20:34 +04:00
parent 4dc9f05907
commit 75057f8c42
7 changed files with 119 additions and 8 deletions

View File

@@ -4,7 +4,7 @@
local table = {}
function on_search(input)
search:show({ input.." 1", input.." 2" })
search:show_buttons({ input.." 1", input.." 2" })
end
function on_click(idx)