aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-folder-tree-model.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2003-11-25 11:54:13 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-11-25 11:54:13 +0800
commit30ff908fcddcf18107d8b0fd39e4504b2a69ef19 (patch)
tree20c8114abcbcccf06611fba57df6a162fc7d8ee8 /mail/em-folder-tree-model.h
parent1b63055fb9fb6a90be7dcdf9022d95903cb1b427 (diff)
downloadgsoc2013-evolution-30ff908fcddcf18107d8b0fd39e4504b2a69ef19.tar
gsoc2013-evolution-30ff908fcddcf18107d8b0fd39e4504b2a69ef19.tar.gz
gsoc2013-evolution-30ff908fcddcf18107d8b0fd39e4504b2a69ef19.tar.bz2
gsoc2013-evolution-30ff908fcddcf18107d8b0fd39e4504b2a69ef19.tar.lz
gsoc2013-evolution-30ff908fcddcf18107d8b0fd39e4504b2a69ef19.tar.xz
gsoc2013-evolution-30ff908fcddcf18107d8b0fd39e4504b2a69ef19.tar.zst
gsoc2013-evolution-30ff908fcddcf18107d8b0fd39e4504b2a69ef19.zip
New function to save tree expanded state.
2003-11-24 Jeffrey Stedfast <fejj@ximian.com> * em-folder-tree.c (em_folder_tree_save_state): New function to save tree expanded state. (em_folder_tree_queue_save_state): New function to queue saving of the expanded state. (em_folder_tree_construct): Connect to the row-collapsed signal. (tree_row_collapsed): Queue a save-state. (tree_row_expanded): Queue a save state. (em_folder_tree_get_folder_info__got): Queue a save-state. svn path=/trunk/; revision=23485
Diffstat (limited to 'mail/em-folder-tree-model.h')
-rw-r--r--mail/em-folder-tree-model.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/em-folder-tree-model.h b/mail/em-folder-tree-model.h
index 3d928a2ef5..f120c0dc62 100644
--- a/mail/em-folder-tree-model.h
+++ b/mail/em-folder-tree-model.h
@@ -64,6 +64,7 @@ struct _EMFolderTreeModel {
GHashTable *store_hash; /* maps CamelStore's to store-info's */
GHashTable *uri_hash; /* maps URI's to GtkTreeRowReferences */
+ GHashTable *expanded;
};
struct _EMFolderTreeModelClass {