|
NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
|
文本输入组件配置 更多...
#include <text_input.hpp>
Public 属性 | |
| state< string > * | text = nullptr |
| 文本状态 | |
| string | placeholder |
| 占位提示 | |
| function< void()> | on_enter |
| 回车回调 | |
| tui::style | style |
| 样式 | |
| tui::style::wrap_mode | wrap = tui::style::wrap_mode::word |
| 文本换行模式 | |
文本输入组件配置
在文件 text_input.hpp 第 29 行定义.