NetSurf
Data Fields
page_info Struct Reference

The page info window structure. More...

Collaboration diagram for page_info:
[legend]

Data Fields

const struct core_window_callback_tablecw_t
 
struct core_window * cw_h
 
struct browser_windowbw
 
lwc_string * domain
 
enum nsurl_scheme_type scheme
 
browser_window_page_info_state state
 
unsigned cookies
 
char cookie_text [64]
 
struct page_info_entry entries [PI_ENTRY__COUNT]
 
int width
 
int height
 
int window_padding
 

Detailed Description

The page info window structure.

Definition at line 238 of file page-info.c.

Field Documentation

◆ bw

struct browser_window* page_info::bw

◆ cookie_text

char page_info::cookie_text[64]

Definition at line 249 of file page-info.c.

Referenced by page_info__set_text().

◆ cookies

unsigned page_info::cookies

Definition at line 247 of file page-info.c.

Referenced by page_info__create_from_bw(), and page_info__set_text().

◆ cw_h

struct core_window* page_info::cw_h

Definition at line 240 of file page-info.c.

Referenced by page_info__layout(), page_info_create(), and page_info_mouse_action().

◆ cw_t

const struct core_window_callback_table* page_info::cw_t

Definition at line 239 of file page-info.c.

Referenced by page_info__layout(), page_info_create(), and page_info_mouse_action().

◆ domain

lwc_string* page_info::domain

◆ entries

struct page_info_entry page_info::entries[PI_ENTRY__COUNT]

◆ height

int page_info::height

Definition at line 253 of file page-info.c.

Referenced by page_info__layout(), and page_info_get_size().

◆ scheme

enum nsurl_scheme_type page_info::scheme

◆ state

Definition at line 246 of file page-info.c.

Referenced by page_info__create_from_bw(), and page_info__set_text().

◆ width

int page_info::width

Definition at line 252 of file page-info.c.

Referenced by page_info__layout(), page_info_get_size(), and page_info_mouse_action().

◆ window_padding

int page_info::window_padding

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