NetSurf
|
Amiga local history viewing window context. More...
Data Fields | |
struct ami_corewindow | core |
Amiga core window context. More... | |
struct gui_window * | gw |
Amiga GUI stuff. More... | |
struct local_history_session * | session |
local history viewer context data More... | |
Amiga local history viewing window context.
Definition at line 57 of file history_local.c.
struct ami_corewindow ami_history_local_window::core |
Amiga core window context.
Definition at line 59 of file history_local.c.
Referenced by ami_history_local_create_window(), ami_history_local_destroy(), and ami_history_local_present().
struct gui_window* ami_history_local_window::gw |
Amiga GUI stuff.
Definition at line 62 of file history_local.c.
Referenced by ami_gui_get_history_window(), ami_gui_get_throbber_frame(), ami_gui_get_throbbing(), ami_gui_set_find_window(), ami_gui_set_history_window(), ami_gui_set_throbber_frame(), ami_gui_set_throbbing(), ami_history_local_destroy(), and ami_history_local_present().
struct local_history_session* ami_history_local_window::session |
local history viewer context data
Definition at line 65 of file history_local.c.
Referenced by ami_history_local_destroy(), ami_history_local_draw(), ami_history_local_key(), ami_history_local_mouse(), and ami_history_local_present().