NetSurf
|
Data Fields | |
struct ro_corewindow | core |
struct local_history_session * | session |
local history window context More... | |
int | x |
tooltip previous x More... | |
int | y |
tooltip previous y More... | |
Definition at line 48 of file local_history.c.
struct ro_corewindow ro_local_history_window::core |
Definition at line 49 of file local_history.c.
Referenced by ro_gui_local_history_finalise(), ro_local_history_init(), and ro_local_history_open().
struct local_history_session* ro_local_history_window::session |
local history window context
Definition at line 52 of file local_history.c.
Referenced by ro_gui_local_history_finalise(), ro_local_history_draw(), ro_local_history_init(), ro_local_history_key(), ro_local_history_mouse(), ro_local_history_open(), and ro_local_history_tooltip().
int ro_local_history_window::x |
tooltip previous x
Definition at line 55 of file local_history.c.
Referenced by ro_local_history_mouse(), and ro_local_history_tooltip().
int ro_local_history_window::y |
tooltip previous y
Definition at line 57 of file local_history.c.
Referenced by ro_local_history_mouse(), and ro_local_history_tooltip().