FTXUI 6.1.9
C++ functional terminal UI.
载入中...
搜索中...
未找到
composite_decorator.cpp 文件参考

浏览该文件的源代码.

命名空间

namespace  ftxui
 #include "ftxui/component/component_base.hpp" // 用于 ComponentBase
 

函数

Element hcenter (Element child)
 水平居中一个元素。
 
Element vcenter (Element child)
 垂直居中一个元素。
 
Element center (Element child)
 水平并垂直居中一个元素。
 
Element align_right (Element child)
 将元素右对齐。