FTXUI  5.0.0
C++ functional terminal UI.
deprecated.hpp
Go to the documentation of this file.
1// Copyright 2021 Arthur Sonzogni. All rights reserved.
2// Use of this source code is governed by the MIT license that can be found in
3// the LICENSE file.
4#ifndef FTXUI_DOM_DEPRECATED_HPP
5#define FTXUI_DOM_DEPRECATED_HPP
6
8
9namespace ftxui {
10Element text(std::wstring text);
11Element vtext(std::wstring text);
12Elements paragraph(std::wstring text);
13} // namespace ftxui
14
15#endif // FTXUI_DOM_DEPRECATED_HPP
std::shared_ptr< Node > Element
Definition: elements.hpp:23
Element text(std::wstring text)
Display a piece of unicode text.
Definition: text.cpp:120
std::vector< Element > Elements
Definition: elements.hpp:24
Element vtext(std::wstring text)
Display a piece unicode text vertically.
Definition: text.cpp:180
Elements paragraph(std::wstring text)