FTXUI
0.8.1
C++ functional terminal UI.
deprecated.hpp
Go to the documentation of this file.
1
#ifndef FTXUI_COMPONENT_DEPRECATED_HPP
2
#define FTXUI_COMPONENT_DEPRECATED_HPP
3
4
#include "
ftxui/component/component.hpp
"
5
6
namespace
ftxui
{
7
8
Component
Input
(WideStringRef content,
9
ConstStringRef placeholder,
10
Ref<InputOption> option = {});
11
}
// namespace ftxui
12
13
#endif
/* FTXUI_COMPONENT_DEPRECATED_HPP */
14
15
// Copyright 2021 Arthur Sonzogni. All rights reserved.
16
// Use of this source code is governed by the MIT license that can be found in
17
// the LICENSE file.
ftxui
Definition:
captured_mouse.hpp:6
ftxui::Component
std::shared_ptr< ComponentBase > Component
Definition:
component_base.hpp:17
component.hpp
ftxui::Input
Component Input(StringRef content, ConstStringRef placeholder, Ref< InputOption > option={})
An input box for editing text.
Definition:
input.cpp:241