|
Atrinik Client 2.5
|
Go to the source code of this file.
Data Structures | |
| struct | progress_dots |
Defines | |
| #define | PROGRESS_DOTS_NUM (5) |
| #define | PROGRESS_DOTS_SPACING (2) |
| #define | PROGRESS_DOTS_TICKS (275) |
Typedefs | |
| typedef struct progress_dots | progress_dots |
Header file for progress indicators.
Definition in file progress.h.
| #define PROGRESS_DOTS_NUM (5) |
Number of progress dots shown.
Definition at line 48 of file progress.h.
| #define PROGRESS_DOTS_SPACING (2) |
Spacing between the dots.
Definition at line 50 of file progress.h.
| #define PROGRESS_DOTS_TICKS (275) |
How often to advance the progress dots, in ticks.
Definition at line 52 of file progress.h.
| typedef struct progress_dots progress_dots |
Dots progress indicator.
1.7.4