|
NetSurf
|
history entry page information More...
#include <browser_private.h>
Data Fields | |
| struct nsurl * | url |
| Page URL, never NULL. More... | |
| lwc_string * | frag_id |
| char * | title |
| Fragment identifier, or NULL. More... | |
| struct bitmap * | bitmap |
| Thumbnail bitmap, or NULL. More... | |
| float | scroll_x |
| Scroll X offset when visited. More... | |
| float | scroll_y |
| Scroll Y offset when visited. More... | |
history entry page information
Definition at line 40 of file browser_private.h.
| struct bitmap* history_page::bitmap |
Thumbnail bitmap, or NULL.
Definition at line 44 of file browser_private.h.
Referenced by browser_window_history__clone_entry(), browser_window_history__free_entry(), browser_window_history_add(), browser_window_history_get_thumbnail(), browser_window_history_update(), and redraw_entry().
| lwc_string* history_page::frag_id |
Definition at line 42 of file browser_private.h.
Referenced by browser_window_history__clone_entry(), browser_window_history__free_entry(), browser_window_history_add(), browser_window_history_entry_get_fragment_id(), and browser_window_history_go().
| 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().
| 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().
| char* history_page::title |
Fragment identifier, or NULL.
Page title, never NULL.
Definition at line 43 of file browser_private.h.
Referenced by browser_window_history__clone_entry(), browser_window_history__free_entry(), browser_window_history_add(), browser_window_history_entry_get_title(), browser_window_history_update(), and redraw_entry().
| struct nsurl* history_page::url |
Page URL, never NULL.
Definition at line 41 of file browser_private.h.
Referenced by browser_window_history__clone_entry(), browser_window_history__free_entry(), browser_window_history_add(), browser_window_history_entry_get_url(), browser_window_history_go(), browser_window_history_update(), and local_history_get_url().