NetSurf
|
The page info window structure. More...
Data Fields | |
struct core_window * | cw_h |
struct browser_window * | bw |
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 |
The page info window structure.
Definition at line 238 of file page-info.c.
struct browser_window* page_info::bw |
Definition at line 241 of file page-info.c.
Referenced by page_info__create_from_bw(), page_info__handle_item_click(), page_info_create(), and page_info_set().
char page_info::cookie_text[64] |
Definition at line 248 of file page-info.c.
Referenced by page_info__set_text().
unsigned page_info::cookies |
Definition at line 246 of file page-info.c.
Referenced by page_info__create_from_bw(), and page_info__set_text().
struct core_window* page_info::cw_h |
Definition at line 239 of file page-info.c.
Referenced by page_info__layout(), page_info_create(), and page_info_mouse_action().
lwc_string* page_info::domain |
Definition at line 242 of file page-info.c.
Referenced by page_info__create_from_bw(), page_info__set_text(), page_info_destroy(), and page_info_set().
struct page_info_entry page_info::entries[PI_ENTRY__COUNT] |
Definition at line 249 of file page-info.c.
Referenced by page_info__layout(), page_info__measure_text(), page_info__set_text(), page_info_create(), page_info_mouse_action(), and page_info_redraw().
int page_info::height |
Definition at line 252 of file page-info.c.
Referenced by page_info__layout(), and page_info_get_size().
enum nsurl_scheme_type page_info::scheme |
Definition at line 243 of file page-info.c.
Referenced by page_info__create_from_bw(), page_info__layout(), page_info_mouse_action(), and page_info_redraw().
browser_window_page_info_state page_info::state |
Definition at line 245 of file page-info.c.
Referenced by page_info__create_from_bw(), and page_info__set_text().
int page_info::width |
Definition at line 251 of file page-info.c.
Referenced by page_info__layout(), page_info_get_size(), and page_info_mouse_action().
int page_info::window_padding |
Definition at line 254 of file page-info.c.
Referenced by page_info__layout(), page_info__measure_text(), page_info_mouse_action(), and page_info_redraw().