2
Copyright (C) 2007 Christian Dywan <christian@twotoasts.de>
4
This library is free software; you can redistribute it and/or
5
modify it under the terms of the GNU Lesser General Public
6
License as published by the Free Software Foundation; either
7
version 2.1 of the License, or (at your option) any later version.
9
See the file COPYING for the full license text.
12
#ifndef __WEBSEARCH_H__
13
#define __WEBSEARCH_H__ 1
18
#include <libsexy/sexy.h>
41
update_searchEngine(guint, CBrowser*);
44
on_webSearch_icon_released(GtkWidget*, SexyIconEntryPosition*, gint, CBrowser*);
47
on_webSearch_engine_activate(GtkWidget*, CBrowser*);
50
on_webSearch_activate(GtkWidget*, CBrowser*);
53
webSearch_manageSearchEngines_dialog_new(CBrowser*);
56
on_webSearch_key_down(GtkWidget*, GdkEventKey*, CBrowser*);
59
on_webSearch_scroll(GtkWidget*, GdkEventScroll*, CBrowser*);
61
#endif /* !__WEBSEARCH_H__ */