NetSurf
Functions
local_history.h File Reference

RISC OS local history interface. More...

This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

RISC OS local history interface.

Definition in file local_history.h.

Function Documentation

◆ ro_gui_local_history_finalise()

nserror ro_gui_local_history_finalise ( void  )

Free any resources allocated for the local history window.

Returns
NSERROR_OK on success else appropriate error code on faliure.

Definition at line 445 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().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ro_gui_local_history_initialise()

void ro_gui_local_history_initialise ( void  )

initialise the local history window template ready for subsequent use.

Definition at line 438 of file local_history.c.

References dialog_local_history_template, and ro_gui_dialog_load_template().

Referenced by ro_gui_dialog_init().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ro_gui_local_history_present()

nserror ro_gui_local_history_present ( wimp_w  parent,
struct browser_window bw 
)

make the local history window visible.

Returns
NSERROR_OK on success else appropriate error code on faliure.

Definition at line 421 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().

Here is the call graph for this function:
Here is the caller graph for this function: