|
FTXUI
3.0.0
C++ functional terminal UI.
|
Go to the source code of this file.
Namespaces | |
| namespace | ftxui |
Functions | |
| template<class T > | |
| Component | Slider (ConstStringRef label, T *value, T min, T max, T increment) |
| An horizontal slider. | |
| template Component | Slider (ConstStringRef label, int *value, int min, int max, int increment) |
| template Component | Slider (ConstStringRef label, float *value, float min, float max, float increment) |
| template Component | Slider (ConstStringRef label, long *value, long min, long max, long increment) |