NetSurf
Data Fields
nsgtk_viewdata_ctx Struct Reference
Collaboration diagram for nsgtk_viewdata_ctx:
[legend]

Data Fields

char * data
 
size_t data_len
 
char * filename
 
GtkBuilder * builder
 The gtk builder that built the widgets. More...
 
GtkWindow * window
 handle to gtk window (builder holds reference) More...
 
GtkTextView * gv
 handle to gtk text view (builder holds reference) More...
 
struct nsgtk_viewdata_ctxnext
 
struct nsgtk_viewdata_ctxprev
 

Detailed Description

Definition at line 53 of file viewdata.c.

Field Documentation

◆ builder

GtkBuilder* nsgtk_viewdata_ctx::builder

The gtk builder that built the widgets.

Definition at line 58 of file viewdata.c.

Referenced by nsgtk_viewdata_destroy_event(), and window_init().

◆ data

char* nsgtk_viewdata_ctx::data

◆ data_len

size_t nsgtk_viewdata_ctx::data_len

Definition at line 55 of file viewdata.c.

Referenced by nsgtk_on_viewdata_save_as_activate(), and window_init().

◆ filename

char* nsgtk_viewdata_ctx::filename

◆ gv

GtkTextView* nsgtk_viewdata_ctx::gv

handle to gtk text view (builder holds reference)

Definition at line 60 of file viewdata.c.

Referenced by nsgtk_on_viewdata_copy_activate(), nsgtk_on_viewdata_select_all_activate(), nsgtk_viewdata_update_zoomlevel(), and window_init().

◆ next

struct nsgtk_viewdata_ctx* nsgtk_viewdata_ctx::next

◆ prev

struct nsgtk_viewdata_ctx* nsgtk_viewdata_ctx::prev

Definition at line 63 of file viewdata.c.

Referenced by nsgtk_viewdata_destroy_event(), and window_init().

◆ window

GtkWindow* nsgtk_viewdata_ctx::window

handle to gtk window (builder holds reference)

Definition at line 59 of file viewdata.c.

Referenced by nsgtk_on_viewdata_about_activate(), nsgtk_on_viewdata_close_activate(), nsgtk_on_viewdata_save_as_activate(), and window_init().


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