aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-item.h
diff options
context:
space:
mode:
authorDamon Chaplin <damon@ximian.com>2001-02-26 03:29:40 +0800
committerDamon Chaplin <damon@src.gnome.org>2001-02-26 03:29:40 +0800
commite65ce47c209498fc592e9bfb2720abdc0d2ffb9c (patch)
tree417fb04a9e7ba697af2577ee59d402ea2b857e24 /widgets/table/e-table-item.h
parenta8a0b46f96f69e26b49e184d98bd9af2f6600fcf (diff)
downloadgsoc2013-evolution-e65ce47c209498fc592e9bfb2720abdc0d2ffb9c.tar
gsoc2013-evolution-e65ce47c209498fc592e9bfb2720abdc0d2ffb9c.tar.gz
gsoc2013-evolution-e65ce47c209498fc592e9bfb2720abdc0d2ffb9c.tar.bz2
gsoc2013-evolution-e65ce47c209498fc592e9bfb2720abdc0d2ffb9c.tar.lz
gsoc2013-evolution-e65ce47c209498fc592e9bfb2720abdc0d2ffb9c.tar.xz
gsoc2013-evolution-e65ce47c209498fc592e9bfb2720abdc0d2ffb9c.tar.zst
gsoc2013-evolution-e65ce47c209498fc592e9bfb2720abdc0d2ffb9c.zip
new abstract ECell subclass to be used as base class for popup ECells.
2001-02-25 Damon Chaplin <damon@ximian.com> * e-cell-popup.c: new abstract ECell subclass to be used as base class for popup ECells. * e-cell-combo.c: subclass of ECellPopup which pops up a simple list of strings. * e-table-item.c: Renamed eti_row_diff() to e_table_item_row_diff() and made public, since the ECellPopup subclasses need it. * Makefile.am: added e-cell-popup.[hc] and e-cell-combo.[hc] svn path=/trunk/; revision=8387
Diffstat (limited to 'widgets/table/e-table-item.h')
-rw-r--r--widgets/table/e-table-item.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/widgets/table/e-table-item.h b/widgets/table/e-table-item.h
index 50a5849313..7d6c6919e6 100644
--- a/widgets/table/e-table-item.h
+++ b/widgets/table/e-table-item.h
@@ -140,6 +140,9 @@ void e_table_item_compute_location (ETableItem *eti,
int *row,
int *col);
+int e_table_item_row_diff (ETableItem *eti,
+ int start_row,
+ int end_row);
END_GNOME_DECLS