NetSurf
|
Interface to win32 global history manager using nsw32 core window. More...
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... | |
Interface to win32 global history manager using nsw32 core window.
Definition in file global_history.h.
nserror nsw32_global_history_finalise | ( | void | ) |
Destroys the global history window and performs any other necessary cleanup actions.
Definition at line 174 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().
nserror nsw32_global_history_present | ( | HINSTANCE | hinstance | ) |
make the global history window visible.
Definition at line 162 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().