24#ifndef _NETSURF_RISCOS_HOTLIST_H_
25#define _NETSURF_RISCOS_HOTLIST_H_
29#ifndef message_HOTLIST_ADD_URL
30#define message_HOTLIST_ADD_URL 0x4af81
33#ifndef message_HOTLIST_CHANGED
34#define message_HOTLIST_CHANGED 0x4af82
nserror
Enumeration of error codes.
void ro_gui_hotlist_remove_page(struct nsurl *url)
Remove a URL from the hotlist.
nserror ro_gui_hotlist_present(void)
make the cookie window visible.
void ro_gui_hotlist_add_page(struct nsurl *url)
Add a URL to the hotlist.
bool ro_gui_hotlist_has_page(struct nsurl *url)
Report whether the hotlist contains a given URL.
bool ro_gui_hotlist_check_menu(wimp_menu *menu)
void ro_gui_hotlist_add_cleanup(void)
Clean up RMA storage used by the Message_HotlistAddURL protocol.
void ro_gui_hotlist_initialise(void)
initialise the hotlist window template ready for subsequent use.
nserror ro_gui_hotlist_finalise(void)
Free any resources allocated for the cookie window.
bool ro_gui_hotlist_check_window(wimp_w window)
struct nsurl nsurl
NetSurf URL object.