NetSurf
|
Interface to win32 bookmark manager (hotlist). More...
Go to the source code of this file.
Functions | |
nserror | nsw32_hotlist_present (HINSTANCE hinstance) |
make the hotlist window visible. More... | |
nserror | nsw32_hotlist_finalise (void) |
Free any resources allocated for the hotlist window. More... | |
Interface to win32 bookmark manager (hotlist).
Definition in file hotlist.h.
nserror nsw32_hotlist_finalise | ( | void | ) |
Free any resources allocated for the hotlist window.
Definition at line 178 of file hotlist.c.
References nsw32_hotlist_window::core, hotlist_fini(), hotlist_window, nsw32_corewindow::hWnd, NSERROR_OK, and nsw32_corewindow_fini().
nserror nsw32_hotlist_present | ( | HINSTANCE | hinstance | ) |
make the hotlist window visible.
Definition at line 166 of file hotlist.c.
References nsw32_hotlist_window::core, hotlist_window, nsw32_corewindow::hWnd, NSERROR_OK, nsw32_hotlist_init(), and ShowWindow.
Referenced by nsws_window_command().