Files
MuditaOS/module-apps/widgets/SearchBox.hpp
Adam Dobrowolski 1b730ce3ee EGD-3121 PR applied
2020-04-16 15:05:10 +02:00

9 lines
168 B
C++

#pragma once
#include <Text.hpp>
namespace gui
{
gui::Text *searchBox(gui::Item *parent, const std::string &header, const std::string &icon);
}; // namespace gui