NetSurf
Data Fields
download_window_ctx Struct Reference

context for a nsgtk download window. More...

Data Fields

GtkWindow * window
 
GtkWindow * parent
 
GtkProgressBar * progress
 
GtkTreeView * tree
 
GtkListStore * store
 
GtkTreeSelection * selection
 
GtkTreeIter iter
 
GTimer * timer
 
GList * list
 
GtkButton * pause
 
GtkButton * clear
 
GtkButton * cancel
 
GtkButton * resume
 
gint num_active
 

Detailed Description

context for a nsgtk download window.

Definition at line 110 of file download.c.

Field Documentation

◆ cancel

GtkButton* download_window_ctx::cancel

Definition at line 125 of file download.c.

Referenced by nsgtk_download_init(), and nsgtk_download_sensitivity_update_buttons().

◆ clear

GtkButton* download_window_ctx::clear

Definition at line 124 of file download.c.

Referenced by nsgtk_download_init(), and nsgtk_download_sensitivity_update_buttons().

◆ iter

GtkTreeIter download_window_ctx::iter

◆ list

GList* download_window_ctx::list

◆ num_active

gint download_window_ctx::num_active

◆ parent

GtkWindow* download_window_ctx::parent

◆ pause

GtkButton* download_window_ctx::pause

Definition at line 123 of file download.c.

Referenced by nsgtk_download_init(), and nsgtk_download_sensitivity_update_buttons().

◆ progress

GtkProgressBar* download_window_ctx::progress

Definition at line 114 of file download.c.

Referenced by nsgtk_download_init(), and nsgtk_download_update().

◆ resume

GtkButton* download_window_ctx::resume

Definition at line 126 of file download.c.

Referenced by nsgtk_download_init(), and nsgtk_download_sensitivity_update_buttons().

◆ selection

GtkTreeSelection* download_window_ctx::selection

◆ store

GtkListStore* download_window_ctx::store

◆ timer

GTimer* download_window_ctx::timer

◆ tree

GtkTreeView* download_window_ctx::tree

Definition at line 116 of file download.c.

Referenced by nsgtk_download_init().

◆ window

GtkWindow* download_window_ctx::window

The documentation for this struct was generated from the following file: