aboutsummaryrefslogtreecommitdiff
path: root/src/gtkutils.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-09-22 08:47:30 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-09-22 08:47:30 +0000
commit39a1d4cf0bd2ae39c2300b12f9c826514acd560e (patch)
tree7a998a377493ad15ee9ac478d19b056535ec3a5f /src/gtkutils.h
parentab756417b394ba20a43b6836db5e01469584df23 (diff)
summaryview.c: align selected row to center when reached to the edge on key operation.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@600 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/gtkutils.h')
-rw-r--r--src/gtkutils.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gtkutils.h b/src/gtkutils.h
index 2a867660..efd6802f 100644
--- a/src/gtkutils.h
+++ b/src/gtkutils.h
@@ -155,7 +155,8 @@ void gtkut_tree_view_expand_parent_all (GtkTreeView *treeview,
void gtkut_tree_view_vertical_autoscroll(GtkTreeView *treeview);
void gtkut_tree_view_scroll_to_cell (GtkTreeView *treeview,
- GtkTreePath *path);
+ GtkTreePath *path,
+ gboolean align_center);
void gtkut_combo_set_items (GtkCombo *combo,
const gchar *str1, ...);