Data Fields | |
BrowserWindow * | browser_window |
WebKitDownload * | download |
GtkWidget * | window |
GtkWidget * | progress_bar |
GtkWidget * | button |
GtkWidget * | uri_label |
Definition at line 58 of file download.c.
Definition at line 59 of file download.c.
Referenced by download_requested_cb(), and download_status_changed_cb().
GtkWidget* _DowloadDialog::button |
Definition at line 63 of file download.c.
Referenced by download_requested_cb(), and download_set_ok().
WebKitDownload* _DowloadDialog::download |
Definition at line 60 of file download.c.
Referenced by download_button_cancel_cb(), download_requested_cb(), download_response_cb(), download_status_changed_cb(), and update_progress_cb().
GtkWidget* _DowloadDialog::progress_bar |
Definition at line 62 of file download.c.
Referenced by download_requested_cb(), download_set_ok(), and update_progress_cb().
GtkWidget* _DowloadDialog::uri_label |
Definition at line 64 of file download.c.
Referenced by download_requested_cb(), and download_set_ok().
GtkWidget* _DowloadDialog::window |
Definition at line 61 of file download.c.
Referenced by download_button_cancel_cb(), download_destroy_cb(), download_requested_cb(), download_response_cb(), and download_status_changed_cb().