0.2.0
|
Spinner to show that something is done. More...
Go to the source code of this file.
Functions | |
void | NAV::gui::widgets::Spinner (const char *label, const ImU32 &color, float radius, float thickness=1.0F) |
Shows a Spinner to signal that work is done. | |
Spinner to show that something is done.
void NAV::gui::widgets::Spinner | ( | const char * | label, |
const ImU32 & | color, | ||
float | radius, | ||
float | thickness = 1.0F ) |
Shows a Spinner to signal that work is done.
[in] | label | Label for the spinner. Is not displayed. Has to be unique (use # to hide text afterwards to append an uid) |
[in] | color | Color of the spinner |
[in] | radius | Radius of the spinner |
[in] | thickness | Thickness of the spinner |