NetSurf
Data Fields
history_page Struct Reference

history entry page information More...

#include <browser_private.h>

Collaboration diagram for history_page:
[legend]

Data Fields

struct nsurlurl
 Page URL, never NULL. More...
 
lwc_string * frag_id
 
char * title
 Fragment identifier, or NULL. More...
 
struct bitmapbitmap
 Thumbnail bitmap, or NULL. More...
 
float scroll_x
 Scroll X offset when visited. More...
 
float scroll_y
 Scroll Y offset when visited. More...
 

Detailed Description

history entry page information

Definition at line 40 of file browser_private.h.

Field Documentation

◆ bitmap

struct bitmap* history_page::bitmap

◆ frag_id

lwc_string* history_page::frag_id

◆ scroll_x

float history_page::scroll_x

Scroll X offset when visited.

Definition at line 45 of file browser_private.h.

Referenced by browser_window_history_add(), browser_window_history_get_scroll(), and browser_window_history_update().

◆ scroll_y

float history_page::scroll_y

Scroll Y offset when visited.

Definition at line 46 of file browser_private.h.

Referenced by browser_window_history_add(), browser_window_history_get_scroll(), and browser_window_history_update().

◆ title

char* history_page::title

◆ url

struct nsurl* history_page::url

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