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