NetSurf
search.h
Go to the documentation of this file.
1/*
2 * Copyright 2008 Chris Young <chris@unsatisfactorysoftware.co.uk>
3 *
4 * This file is part of NetSurf, http://www.netsurf-browser.org/
5 *
6 * NetSurf is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 2 of the License.
9 *
10 * NetSurf is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */
18
19#ifndef AMIGA_SEARCH_H
20#define AMIGA_SEARCH_H
21
22struct gui_search_table;
23struct gui_window;
24
26
27/**
28 * Change the displayed search status.
29 *
30 * \param gwin gui window to open search for.
31 */
32void ami_search_open(struct gui_window *gwin);
33
34/**
35 * Close search
36 */
37void ami_search_close(void);
38
39/**
40 * Obtain gui window associated with find window.
41 */
43
44#endif
void ami_search_open(struct gui_window *gwin)
Change the displayed search status.
Definition: search.c:140
struct gui_window * ami_search_get_gwin(struct find_window *fw)
Obtain gui window associated with find window.
Definition: search.c:127
struct gui_search_table * amiga_search_table
Definition: search.c:125
void ami_search_close(void)
Close search.
Definition: search.c:229
function table for page text search.
Definition: search.h:31
first entry in window list
Definition: gui.c:296