FTXUI 6.1.9
C++ functional terminal UI.
Loading...
Searching...
No Matches
canvas.cpp File Reference

Go to the source code of this file.

Namespaces

namespace  ftxui
 FTXUI ftxui:: 名前空間
 

Functions

Element canvas (ConstRef< Canvas > canvas)
 CanvasまたはCanvasへの参照から要素を生成します。
 
Element canvas (int width, int height, std::function< void(Canvas &)> fn)
 要求されたサイズのキャンバスを描画する要素を生成します。
 
Element canvas (std::function< void(Canvas &)> fn)
 キャンバスを描画する要素を生成します。