FTXUI
0.8.1
C++ functional terminal UI.
|
Go to the source code of this file.
Namespaces | |
ftxui | |
Functions | |
template<class T > | |
Component | Slider (ConstStringRef label, T *value, T min, T max, T increment) |
An horizontal slider. More... | |
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) |