diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-12-03 04:57:23 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-12-03 04:57:23 +0800 |
commit | a0b2261343a7938b4c85f8659216b9df1c81769b (patch) | |
tree | 6303a197cee9b5efb0e4e24363de81b05470f456 /mail/em-folder-tree-model.h | |
parent | 3db4f804fda057ff60bc019b3ce7082134eb80fc (diff) | |
download | gsoc2013-evolution-a0b2261343a7938b4c85f8659216b9df1c81769b.tar.gz gsoc2013-evolution-a0b2261343a7938b4c85f8659216b9df1c81769b.tar.zst gsoc2013-evolution-a0b2261343a7938b4c85f8659216b9df1c81769b.zip |
Connect to the loading row signal. (loading_row_cb): Expand the path if
2003-12-02 Jeffrey Stedfast <fejj@ximian.com>
* em-folder-tree.c (em_folder_tree_new_with_model): Connect to the
loading row signal.
(loading_row_cb): Expand the path if needed.
(em_folder_tree_destroy): Disconnect from the loading-row signal.
* em-folder-tree-model.c (em_folder_tree_model_class_init): Define
the loading-row signal.
(em_folder_tree_model_set_folder_info): emit the loading-row signal.
svn path=/trunk/; revision=23589
Diffstat (limited to 'mail/em-folder-tree-model.h')
-rw-r--r-- | mail/em-folder-tree-model.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/em-folder-tree-model.h b/mail/em-folder-tree-model.h index f06591bfbd..882b102d6e 100644 --- a/mail/em-folder-tree-model.h +++ b/mail/em-folder-tree-model.h @@ -89,6 +89,10 @@ struct _EMFolderTreeModelClass { GtkTreeStoreClass parent_class; /* signals */ + void (* loading_row) (EMFolderTreeModel *model, + GtkTreePath *path, + GtkTreeIter *iter); + gboolean (* drag_data_received) (EMFolderTreeModel *model, GtkTreePath *dest_path, GtkSelectionData *selection_data); |