|
NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
|
下拉选择组件配置 更多...
#include <dropdown.hpp>
Public 属性 | |
| vector< string > | entries |
| 选项列表 | |
| int * | selected = nullptr |
| 当前选中索引 | |
| bool * | open = nullptr |
| 展开状态 | |
| function< void()> | on_change |
| 选择变更回调 | |
下拉选择组件配置
在文件 dropdown.hpp 第 30 行定义.