From 87e24b01c2163658cd35762d3cb596a35e4271da Mon Sep 17 00:00:00 2001 From: hiro Date: Fri, 27 Jan 2006 07:28:23 +0000 Subject: when deleting a collapsed thread, all the messages in the thread will be removed. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@935 ee746299-78ed-0310-b773-934348b2243d --- src/gtkutils.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/gtkutils.h') diff --git a/src/gtkutils.h b/src/gtkutils.h index efd6802f..9a2eed0b 100644 --- a/src/gtkutils.h +++ b/src/gtkutils.h @@ -1,6 +1,6 @@ /* * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client - * Copyright (C) 1999-2005 Hiroyuki Yamamoto + * Copyright (C) 1999-2006 Hiroyuki Yamamoto * * 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 @@ -135,6 +135,11 @@ gboolean gtkut_tree_model_find_by_column_data gint col, gpointer data); +void gtkut_tree_model_foreach (GtkTreeModel *model, + GtkTreeIter *start, + GtkTreeModelForeachFunc func, + gpointer user_data); + gboolean gtkut_tree_row_reference_get_iter (GtkTreeModel *model, GtkTreeRowReference *ref, -- cgit v1.2.3