/ gwnotebooksearchcallback.h / Content
/* GWhere.
* Copyright (C) 2000 Sébastien LECACHEUR
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#ifndef GW_GUI_GW_NOTEBOOK_SEARCH_CALLBACK_H
#define GW_GUI_GW_NOTEBOOK_SEARCH_CALLBACK_H
gboolean gw_notebook_search_column_sort ( GtkCList *clist, gint column, gpointer data);
gboolean gw_notebook_search_search_string_activate ( GtkWidget *entry, GtkWindow *w);
gboolean gw_notebook_search_search_button_click ( GtkWidget *bt, GtkWindow *w);
gboolean gw_notebook_search_clear_button_click ( GtkWidget *bt, GtkWindow *w);
gboolean gw_notebook_search_select_row ( GtkCList *clist, gint line, gint column, GdkEventButton *event, GtkWindow *w);
gint gw_notebook_search_option_use_case_sensitive_click ( GtkToggleButton *chk, GtkWindow *w);
gint gw_notebook_search_option_search_type_click ( GtkToggleButton *chk, gpointer search_type);
gint gw_notebook_search_option_match_file_click ( GtkToggleButton *chk, GtkWindow *w);
gint gw_notebook_search_option_match_folder_click ( GtkToggleButton *chk, GtkWindow *w);
gint gw_notebook_search_option_match_disk_click ( GtkToggleButton *chk, GtkWindow *w);
gint gw_notebook_search_option_match_category_click ( GtkToggleButton *chk, GtkWindow *w);
gint gw_notebook_search_option_match_description_click ( GtkToggleButton *chk, GtkWindow *w);
gint gw_notebook_search_clist_column_resized ( GtkCList *clist, gint column, gint width, gpointer data);
gint gw_notebook_search_set_column_sort ( GtkCList *clist, gint column);
#endif