|
| static void | undisplay_download (struct file_download *file_download) |
| static void | do_abort_download (struct file_download *file_download) |
| static widget_handler_status_T | dlg_set_notify (struct dialog_data *dlg_data, struct widget_data *widget_data) |
| static widget_handler_status_T | dlg_abort_download (struct dialog_data *dlg_data, struct widget_data *widget_data) |
| static widget_handler_status_T | push_delete_button (struct dialog_data *dlg_data, struct widget_data *widget_data) |
| static widget_handler_status_T | dlg_undisplay_download (struct dialog_data *dlg_data, struct widget_data *widget_data) |
| static void | download_abort_function (struct dialog_data *dlg_data) |
| static void | download_dialog_layouter (struct dialog_data *dlg_data) |
| static enum dlg_refresh_code | refresh_file_download (struct dialog_data *dlg_data, void *data) |
| void | display_download (struct terminal *term, struct file_download *file_download, struct session *ses) |
| static void | lock_file_download (struct listbox_item *item) |
| static void | unlock_file_download (struct listbox_item *item) |
| static int | is_file_download_used (struct listbox_item *item) |
| static char * | get_file_download_text (struct listbox_item *item, struct terminal *term) |
| static char * | get_file_download_info (struct listbox_item *item, struct terminal *term) |
| static struct uri * | get_file_download_uri (struct listbox_item *item) |
| static struct listbox_item * | get_file_download_root (struct listbox_item *item) |
| static int | can_delete_file_download (struct listbox_item *item) |
| static void | delete_file_download (struct listbox_item *item, int last) |
| static void | draw_file_download (struct listbox_item *item, struct listbox_context *context, int x, int y, int width) |
| static widget_handler_status_T | push_info_button (struct dialog_data *dlg_data, struct widget_data *button) |
| static | struct_hierbox_browser (download_browser, N_("Download manager"), download_buttons, &downloads_listbox_ops) |
| void | download_manager (struct session *ses) |
| void | init_download_display (struct file_download *file_download) |
| void | done_download_display (struct file_download *file_download) |