|
Atrinik Client 2.5
|
#include <global.h>Go to the source code of this file.
Functions | |
| void | progress_dots_create (progress_dots *progress) |
| void | progress_dots_show (progress_dots *progress, SDL_Surface *surface, int x, int y) |
| int | progress_dots_width (progress_dots *progress) |
Implements progress indicators.
Definition in file progress.c.
| void progress_dots_create | ( | progress_dots * | progress | ) |
Create progress dots indicator.
| progress | Where to store indicator data. |
Definition at line 35 of file progress.c.
| void progress_dots_show | ( | progress_dots * | progress, |
| SDL_Surface * | surface, | ||
| int | x, | ||
| int | y | ||
| ) |
Show the progress dots.
| progress | The progress dots indicator data. |
| surface | Surface to draw on. |
| x | X position. |
| y | Y position. |
Definition at line 48 of file progress.c.
| int progress_dots_width | ( | progress_dots * | progress | ) |
Calculate the width of progress dots.
| progress | The progress dots indicator data. |
Definition at line 80 of file progress.c.
1.7.4