NetSurf
|
RISc OS global history interface. More...
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... | |
RISc OS global history interface.
Definition in file global_history.h.
bool ro_gui_global_history_check_menu | ( | wimp_menu * | menu | ) |
check if menu handle is for the global history menu
Definition at line 540 of file global_history.c.
References global_history_window, and ro_global_history_window::menu.
Referenced by ro_gui_interactive_help_request().
bool ro_gui_global_history_check_window | ( | wimp_w | window | ) |
check if window handle is for the global history window
Definition at line 529 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().
nserror ro_gui_global_history_finalise | ( | void | ) |
Free any resources allocated for the global history window.
Definition at line 508 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().
void ro_gui_global_history_initialise | ( | void | ) |
initialise the global history window template ready for subsequent use.
Definition at line 501 of file global_history.c.
References dialog_global_history_template, and ro_gui_dialog_load_template().
Referenced by ro_gui_dialog_init().
nserror ro_gui_global_history_present | ( | void | ) |
make the global history window visible.
Definition at line 482 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().