NetSurf
|
History tree for a window. More...
#include <browser_private.h>
Data Fields | |
struct history_entry * | start |
First page in tree (page that window opened with). More... | |
struct history_entry * | current |
Current position in tree. More... | |
int | width |
Width of layout. More... | |
int | height |
Height of layout. More... | |
History tree for a window.
Definition at line 68 of file browser_private.h.
struct history_entry* history::current |
Current position in tree.
Definition at line 72 of file browser_private.h.
Referenced by browser_window_history__clone_entry(), browser_window_history_add(), browser_window_history_back(), browser_window_history_back_available(), browser_window_history_enumerate_back(), browser_window_history_enumerate_forward(), browser_window_history_forward(), browser_window_history_forward_available(), browser_window_history_get_scroll(), browser_window_history_get_thumbnail(), browser_window_history_go(), browser_window_history_update(), browser_window_navigate(), frag_scroll(), local_history_keypress(), local_history_mouse_action(), local_history_set(), and redraw_entry().
int history::height |
Height of layout.
Definition at line 76 of file browser_private.h.
Referenced by browser_window_history__layout(), browser_window_history_create(), local_history_get_size(), and local_history_set().
struct history_entry* history::start |
First page in tree (page that window opened with).
Definition at line 70 of file browser_private.h.
Referenced by browser_window_history__layout(), browser_window_history_add(), browser_window_history_clone(), browser_window_history_destroy(), browser_window_history_enumerate(), local_history_get_url(), local_history_mouse_action(), and local_history_redraw().
int history::width |
Width of layout.
Definition at line 74 of file browser_private.h.
Referenced by browser_window_history__layout(), browser_window_history__layout_subtree(), browser_window_history_create(), local_history_get_size(), and local_history_set().