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

Go to the source code of this file.

Namespaces

namespace  ftxui
 FTXUI ftxui:: 名前空間
 

Functions

Element border (Element child)
 要素の周囲にボーダーを描画します。
 
Decorator borderWith (const Pixel &pixel)
 borderと同じですが、要素の周囲に一定のピクセルを使用します。
 
Decorator borderStyled (BorderStyle style)
 borderと同じですが、異なるスタイルを使用します。
 
Decorator borderStyled (Color foreground_color)
 borderと同じですが、前景色を使用します。
 
Decorator borderStyled (BorderStyle style, Color foreground_color)
 borderと同じですが、前景色と異なるスタイルを使用します
 
Element borderDashed (Element child)
 要素の周囲に破線のボーダーを描画します。
 
Element borderLight (Element child)
 要素の周囲に細いボーダーを描画します。
 
Element borderHeavy (Element child)
 要素の周囲に太いボーダーを描画します。
 
Element borderDouble (Element child)
 要素の周囲に二重線のボーダーを描画します。
 
Element borderRounded (Element child)
 要素の周囲に角の丸いボーダーを描画します。
 
Element borderEmpty (Element child)
 要素の周囲に空のボーダーを描画します。
 
Element window (Element title, Element content, BorderStyle border)
 要素の周囲にタイトルとボーダーを持つウィンドウを描画します。