|
FTXUI 6.1.9
C++ functional terminal UI.
|
命名空间 | |
| namespace | ftxui |
| #include "ftxui/component/component_base.hpp" // 用于 ComponentBase | |
函数 | |
| Decorator | focusPositionRelative (float x, float y) |
在 frame 内部使用,这会强制视图滚动到给定位置。位置以请求大小的比例表示。 | |
| Decorator | focusPosition (int x, int y) |
在 frame 内部使用,这会强制视图滚动到给定位置。位置以单元格数量表示。 | |