aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-storage-set-view.h
diff options
context:
space:
mode:
authorMike Kestner <mkestner@ximian.com>2002-09-06 22:51:37 +0800
committerMike Kestner <mkestner@src.gnome.org>2002-09-06 22:51:37 +0800
commit6f4d80d825055b2859b176da33725394232d5c08 (patch)
tree5e447d7e100dfda0bfeda3dee3add9d9e381dfa2 /shell/e-storage-set-view.h
parent578e5695fbedacf9ff56aab68dac396b21876927 (diff)
downloadgsoc2013-evolution-6f4d80d825055b2859b176da33725394232d5c08.tar
gsoc2013-evolution-6f4d80d825055b2859b176da33725394232d5c08.tar.gz
gsoc2013-evolution-6f4d80d825055b2859b176da33725394232d5c08.tar.bz2
gsoc2013-evolution-6f4d80d825055b2859b176da33725394232d5c08.tar.lz
gsoc2013-evolution-6f4d80d825055b2859b176da33725394232d5c08.tar.xz
gsoc2013-evolution-6f4d80d825055b2859b176da33725394232d5c08.tar.zst
gsoc2013-evolution-6f4d80d825055b2859b176da33725394232d5c08.zip
no longer distribute the etstate files. enable_search on the view. add
2002-09-05 Mike Kestner <mkestner@ximian.com> * Makefile.am : no longer distribute the etstate files. * e-shell-folder-selection-dialog.c : enable_search on the view. * e-storage-set-view.c : add search_enabled flag handling. (e_storage_set_view_set_show_checkboxes): manipulate the existing state instead of loading a state file from disk. (e_storage_set_view_enable_search): new. set a column in the sort_info on the etree to allow keystroke jumping in the etree. svn path=/trunk/; revision=18002
Diffstat (limited to 'shell/e-storage-set-view.h')
-rw-r--r--shell/e-storage-set-view.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/e-storage-set-view.h b/shell/e-storage-set-view.h
index 1d884bc00f..db5fccd975 100644
--- a/shell/e-storage-set-view.h
+++ b/shell/e-storage-set-view.h
@@ -101,6 +101,9 @@ void e_storage_set_view_set_show_checkboxes (EStorageSetView
void *func_data);
gboolean e_storage_set_view_get_show_checkboxes (EStorageSetView *storage_set_view);
+void e_storage_set_view_enable_search (EStorageSetView *storage_set_view,
+ gboolean enable);
+
void e_storage_set_view_set_checkboxes_list (EStorageSetView *storage_set_view,
GList *checkboxes);
GList *e_storage_set_view_get_checkboxes_list (EStorageSetView *storage_set_view);