NetSurf
|
GTK certificate viewing window context. More...
Data Fields | |
struct nsgtk_corewindow | core |
GTK core window context. More... | |
GtkBuilder * | builder |
GTK builder for window. More... | |
GtkWindow * | dlg |
GTK window being shown. More... | |
struct page_info * | pi |
Core page-info window. More... | |
GTK certificate viewing window context.
Definition at line 47 of file page_info.c.
GtkBuilder* nsgtk_pi_window::builder |
GTK builder for window.
Definition at line 51 of file page_info.c.
Referenced by nsgtk_page_info(), and nsgtk_pi_delete_event().
struct nsgtk_corewindow nsgtk_pi_window::core |
GTK core window context.
Definition at line 49 of file page_info.c.
Referenced by nsgtk_page_info(), and nsgtk_pi_delete_event().
GtkWindow* nsgtk_pi_window::dlg |
GTK window being shown.
Definition at line 53 of file page_info.c.
Referenced by nsgtk_page_info(), nsgtk_page_info_set_position(), and nsgtk_pi_delete_event().
struct page_info* nsgtk_pi_window::pi |
Core page-info window.
Definition at line 55 of file page_info.c.
Referenced by nsgtk_page_info(), nsgtk_pi_delete_event(), nsgtk_pi_draw(), nsgtk_pi_key(), and nsgtk_pi_mouse().