NetSurf
|
RISC OS local history interface. More...
Go to the source code of this file.
Functions | |
void | ro_gui_local_history_initialise (void) |
initialise the local history window template ready for subsequent use. More... | |
nserror | ro_gui_local_history_present (wimp_w parent, struct browser_window *bw) |
make the local history window visible. More... | |
nserror | ro_gui_local_history_finalise (void) |
Free any resources allocated for the local history window. More... | |
RISC OS local history interface.
Definition in file local_history.h.
nserror ro_gui_local_history_finalise | ( | void | ) |
Free any resources allocated for the local history window.
Definition at line 444 of file local_history.c.
References ro_local_history_window::core, local_history_fini(), local_history_window, NSERROR_OK, ro_corewindow_fini(), and ro_local_history_window::session.
Referenced by gui_quit().
void ro_gui_local_history_initialise | ( | void | ) |
initialise the local history window template ready for subsequent use.
Definition at line 437 of file local_history.c.
References dialog_local_history_template, and ro_gui_dialog_load_template().
Referenced by ro_gui_dialog_init().
nserror ro_gui_local_history_present | ( | wimp_w | parent, |
struct browser_window * | bw | ||
) |
make the local history window visible.
Definition at line 420 of file local_history.c.
References local_history_window, NSERROR_OK, NSLOG, parent, ro_local_history_init(), and ro_local_history_open().
Referenced by ro_gui_window_action_local_history().