NetSurf
|
local history viewer context More...
Data Fields | |
struct browser_window * | bw |
void * | core_window_handle |
struct history_entry * | cursor |
local history viewer context
Definition at line 50 of file local_history.c.
struct browser_window* local_history_session::bw |
Definition at line 51 of file local_history.c.
Referenced by local_history_get_size(), local_history_get_url(), local_history_init(), local_history_keypress(), local_history_mouse_action(), local_history_redraw(), and local_history_set().
void* local_history_session::core_window_handle |
Definition at line 52 of file local_history.c.
Referenced by local_history_init(), local_history_keypress(), local_history_scroll_to_cursor(), and local_history_set().
struct history_entry* local_history_session::cursor |
Definition at line 53 of file local_history.c.
Referenced by local_history_keypress(), local_history_redraw(), local_history_scroll_to_cursor(), and local_history_set().