25#ifndef _NETSURF_SEARCH_H_
26#define _NETSURF_SEARCH_H_
function table for page text search.
void(* back_state)(bool active, void *p)
activate search back button in gui
void(* add_recent)(const char *string, void *p)
add search string to recent searches list front has full liberty how to implement the bare notificati...
void(* forward_state)(bool active, void *p)
activate search forwards button in gui
void(* status)(bool found, void *p)
Change the displayed search status.
void(* hourglass)(bool active, void *p)
display hourglass while searching.