aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-item.h
diff options
context:
space:
mode:
authorBolian Yin <bolian.yin@sun.com>2003-11-11 11:42:17 +0800
committerBolian Yin <byin@src.gnome.org>2003-11-11 11:42:17 +0800
commitad315e4a7d241e510888b8e18188e4cf30cd8077 (patch)
tree58ec240cf06f1fdaedf1d6e6758757e2c1e5178f /widgets/table/e-table-item.h
parent8e69b93f1596d3f4844c26cfd99767295db8be03 (diff)
downloadgsoc2013-evolution-ad315e4a7d241e510888b8e18188e4cf30cd8077.tar
gsoc2013-evolution-ad315e4a7d241e510888b8e18188e4cf30cd8077.tar.gz
gsoc2013-evolution-ad315e4a7d241e510888b8e18188e4cf30cd8077.tar.bz2
gsoc2013-evolution-ad315e4a7d241e510888b8e18188e4cf30cd8077.tar.lz
gsoc2013-evolution-ad315e4a7d241e510888b8e18188e4cf30cd8077.tar.xz
gsoc2013-evolution-ad315e4a7d241e510888b8e18188e4cf30cd8077.tar.zst
gsoc2013-evolution-ad315e4a7d241e510888b8e18188e4cf30cd8077.zip
Fixes # 50480
2003-11-11 Bolian Yin <bolian.yin@sun.com> Fixes # 50480 * e-table-item: add two signals: "selection_model_removed" and "selection_model_added" svn path=/trunk/; revision=23281
Diffstat (limited to 'widgets/table/e-table-item.h')
-rw-r--r--widgets/table/e-table-item.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/table/e-table-item.h b/widgets/table/e-table-item.h
index 4776bc8ca7..e5b5322019 100644
--- a/widgets/table/e-table-item.h
+++ b/widgets/table/e-table-item.h
@@ -182,6 +182,8 @@ typedef struct {
gint (*key_press) (ETableItem *eti, int row, int col, GdkEvent *event);
gint (*start_drag) (ETableItem *eti, int row, int col, GdkEvent *event);
void (*style_set) (ETableItem *eti, GtkStyle *previous_style);
+ void (*selection_model_removed) (ETableItem *eti, ESelectionModel *selection);
+ void (*selection_model_added) (ETableItem *eti, ESelectionModel *selection);
} ETableItemClass;
GType e_table_item_get_type (void);