NetSurf
Functions
global_history.h File Reference

Interface to win32 global history manager using nsw32 core window. More...

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

Go to the source code of this file.

Functions

nserror nsw32_global_history_present (HINSTANCE hinstance)
 make the global history window visible. More...
 
nserror nsw32_global_history_finalise (void)
 Destroys the global history window and performs any other necessary cleanup actions. More...
 

Detailed Description

Interface to win32 global history manager using nsw32 core window.

Definition in file global_history.h.

Function Documentation

◆ nsw32_global_history_finalise()

nserror nsw32_global_history_finalise ( void  )

Destroys the global history window and performs any other necessary cleanup actions.

Definition at line 175 of file global_history.c.

References nsw32_global_history_window::core, global_history_fini(), global_history_window, nsw32_corewindow::hWnd, NSERROR_OK, and nsw32_corewindow_fini().

Here is the call graph for this function:

◆ nsw32_global_history_present()

nserror nsw32_global_history_present ( HINSTANCE  hinstance)

make the global history window visible.

Returns
NSERROR_OK on success else appropriate error code on faliure.

Definition at line 163 of file global_history.c.

References nsw32_global_history_window::core, global_history_window, nsw32_corewindow::hWnd, NSERROR_OK, nsw32_global_history_init(), and ShowWindow.

Referenced by nsws_window_command().

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