NetSurf
|
Go to the source code of this file.
Data Structures | |
struct | gui_download_window |
context for each download. More... | |
Macros | |
#define | MAX_SLEN_LBL_DONE 64 |
#define | MAX_SLEN_LBL_PERCENT 5 |
#define | MAX_SLEN_LBL_SPEED 13 |
#define | MAX_SLEN_LBL_FILE 256 |
#define | MAX_SLEN_BT_ABORT 5 |
#define | DOWNLOAD_BAR_MAX 300 |
Enumerations | |
enum | nsatari_download_status { NSATARI_DOWNLOAD_NONE , NSATARI_DOWNLOAD_WORKING , NSATARI_DOWNLOAD_ERROR , NSATARI_DOWNLOAD_COMPLETE , NSATARI_DOWNLOAD_CANCELED } |
Variables | |
struct gui_download_table * | atari_download_table |
#define DOWNLOAD_BAR_MAX 300 |
Definition at line 30 of file download.h.
#define MAX_SLEN_BT_ABORT 5 |
Definition at line 28 of file download.h.
#define MAX_SLEN_LBL_DONE 64 |
Definition at line 24 of file download.h.
#define MAX_SLEN_LBL_FILE 256 |
Definition at line 27 of file download.h.
#define MAX_SLEN_LBL_PERCENT 5 |
Definition at line 25 of file download.h.
#define MAX_SLEN_LBL_SPEED 13 |
Definition at line 26 of file download.h.
Enumerator | |
---|---|
NSATARI_DOWNLOAD_NONE | |
NSATARI_DOWNLOAD_WORKING | |
NSATARI_DOWNLOAD_ERROR | |
NSATARI_DOWNLOAD_COMPLETE | |
NSATARI_DOWNLOAD_CANCELED |
Definition at line 32 of file download.h.
|
extern |
Definition at line 453 of file download.c.
Referenced by main().