NetSurf
|
Go to the source code of this file.
Enumerations | |
enum | download_status { DOWNLOAD_NONE , DOWNLOAD_WORKING , DOWNLOAD_ERROR , DOWNLOAD_COMPLETE , DOWNLOAD_CANCELED } |
Functions | |
void | nsws_download_window_init (struct gui_window *) |
Initialise the win32 window class for the download window. More... | |
Variables | |
struct gui_download_table * | win32_download_table |
enum download_status |
Enumerator | |
---|---|
DOWNLOAD_NONE | |
DOWNLOAD_WORKING | |
DOWNLOAD_ERROR | |
DOWNLOAD_COMPLETE | |
DOWNLOAD_CANCELED |
Definition at line 24 of file download.h.
void nsws_download_window_init | ( | struct gui_window * | ) |
Initialise the win32 window class for the download window.
|
extern |
Definition at line 353 of file download.c.
Referenced by WinMain().