NetSurf
Functions
global_history.h File Reference

RISc OS global 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_global_history_initialise (void)
 initialise the global history window template ready for subsequent use. More...
 
nserror ro_gui_global_history_present (void)
 make the global history window visible. More...
 
nserror ro_gui_global_history_finalise (void)
 Free any resources allocated for the global history window. More...
 
bool ro_gui_global_history_check_window (wimp_w window)
 check if window handle is for the global history window More...
 
bool ro_gui_global_history_check_menu (wimp_menu *menu)
 check if menu handle is for the global history menu More...
 

Detailed Description

RISc OS global history interface.

Definition in file global_history.h.

Function Documentation

◆ ro_gui_global_history_check_menu()

bool ro_gui_global_history_check_menu ( wimp_menu *  menu)

check if menu handle is for the global history menu

Definition at line 541 of file global_history.c.

References global_history_window, and ro_global_history_window::menu.

Referenced by ro_gui_interactive_help_request().

Here is the caller graph for this function:

◆ ro_gui_global_history_check_window()

bool ro_gui_global_history_check_window ( wimp_w  window)

check if window handle is for the global history window

Definition at line 530 of file global_history.c.

References ro_global_history_window::core, global_history_window, and ro_corewindow::wh.

Referenced by ro_gui_interactive_help_request().

Here is the caller graph for this function:

◆ ro_gui_global_history_finalise()

nserror ro_gui_global_history_finalise ( void  )

Free any resources allocated for the global history window.

Returns
NSERROR_OK on success else appropriate error code on faliure.

Definition at line 509 of file global_history.c.

References ro_global_history_window::core, global_history_fini(), global_history_window, NSERROR_OK, and ro_corewindow_fini().

Referenced by gui_quit().

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

◆ ro_gui_global_history_initialise()

void ro_gui_global_history_initialise ( void  )

initialise the global history window template ready for subsequent use.

Definition at line 502 of file global_history.c.

References dialog_global_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_global_history_present()

nserror ro_gui_global_history_present ( void  )

make the global history window visible.

Returns
NSERROR_OK on success else appropriate error code on faliure.

Definition at line 483 of file global_history.c.

References ro_global_history_window::core, global_history_window, NSERROR_OK, NSLOG, ro_global_history_init(), ro_gui_dialog_open_top(), ro_corewindow::toolbar, and ro_corewindow::wh.

Referenced by ro_gui_iconbar_menu_select(), ro_gui_window_handle_local_keypress(), ro_gui_window_menu_select(), and ro_gui_window_toolbar_click().

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