aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-group.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-02-24 16:23:00 +0800
committerChris Lahey <clahey@src.gnome.org>2000-02-24 16:23:00 +0800
commit8fb12c9538858bbfdaa6e74f8c08c6f86acbe66d (patch)
treed55e4f63c6a61ac005093371c89de54ac7b4d391 /widgets/table/e-table-group.h
parent71c2274c7a0a99096ca05d63c9bf41cc6eb3295b (diff)
downloadgsoc2013-evolution-8fb12c9538858bbfdaa6e74f8c08c6f86acbe66d.tar
gsoc2013-evolution-8fb12c9538858bbfdaa6e74f8c08c6f86acbe66d.tar.gz
gsoc2013-evolution-8fb12c9538858bbfdaa6e74f8c08c6f86acbe66d.tar.bz2
gsoc2013-evolution-8fb12c9538858bbfdaa6e74f8c08c6f86acbe66d.tar.lz
gsoc2013-evolution-8fb12c9538858bbfdaa6e74f8c08c6f86acbe66d.tar.xz
gsoc2013-evolution-8fb12c9538858bbfdaa6e74f8c08c6f86acbe66d.tar.zst
gsoc2013-evolution-8fb12c9538858bbfdaa6e74f8c08c6f86acbe66d.zip
Made keyboard focus navigation work across groups.
2000-02-24 Christopher James Lahey <clahey@helixcode.com> * e-table-item.c: Made keyboard focus navigation work across groups. * e-table-header.c: Made e_table_header_col_diff not crash if you give it a column less than 0 (it truncates negative column values to 0.) * e-table-group.c, e-table-group.h: Added e_table_group_get_header to get the ETableHeader for this ETableGroup. * e-table-group-container.c: Made shift tab work. svn path=/trunk/; revision=1917
Diffstat (limited to 'widgets/table/e-table-group.h')
-rw-r--r--widgets/table/e-table-group.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/table/e-table-group.h b/widgets/table/e-table-group.h
index 1b3f346290..0dd62eb125 100644
--- a/widgets/table/e-table-group.h
+++ b/widgets/table/e-table-group.h
@@ -71,6 +71,7 @@ void e_table_group_set_focus (ETableGroup *etg,
gint view_col);
gboolean e_table_group_get_focus (ETableGroup *etg);
gint e_table_group_get_focus_column (ETableGroup *etg);
+ETableHeader *e_table_group_get_header (ETableGroup *etg);
ETableCol *e_table_group_get_ecol (ETableGroup *etg);
ETableGroup *e_table_group_new (GnomeCanvasGroup *parent,