#include <cstddef>Contains progress bar styles constants.
Go to the source code of this file.
Variables | |
| constexpr size_t | PBS_SMOOTH |
| The progress bar displays progress status in a smooth scrolling bar instead of the default segmented bar. | |
| constexpr size_t | PBS_VERTICAL |
| The progress bar displays progress status vertically, from bottom to top. | |
| constexpr size_t | PBS_MARQUEE |
| The progress indicator does not grow in size but instead moves repeatedly along the length of the bar, indicating activity without specifying what proportion of the progress is complete. | |
| constexpr size_t | PBS_SMOOTHREVERSE |
| Determines the animation behavior that the progress bar should use when moving backward (from a higher value to a lower value). If this is set, then a "smooth" transition will occur, otherwise the control will "jump" to the lower value. | |