From 5e1949f93523c93bd8a1384e2c71a12e0717219d Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Thu, 24 Aug 2000 21:13:17 +0000 Subject: Added a click signal which gets sent if the user hits the left or middle 2000-08-24 Christopher James Lahey * e-table-group-container.c, e-table-group-leaf.c, e-table-group.c, e-table-group.h, e-table-item.c, e-table-item.h, e-table.c, e-table.h: Added a click signal which gets sent if the user hits the left or middle mouse button on a cell. svn path=/trunk/; revision=5020 --- widgets/table/e-table-group.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'widgets/table/e-table-group.h') diff --git a/widgets/table/e-table-group.h b/widgets/table/e-table-group.h index a3afe7f5e1..9a67a7b9d3 100644 --- a/widgets/table/e-table-group.h +++ b/widgets/table/e-table-group.h @@ -48,6 +48,7 @@ typedef struct { void (*cursor_change) (ETableGroup *etg, int row); void (*double_click) (ETableGroup *etg, int row); gint (*right_click) (ETableGroup *etg, int row, int col, GdkEvent *event); + gint (*click) (ETableGroup *etg, int row, int col, GdkEvent *event); gint (*key_press) (ETableGroup *etg, int row, int col, GdkEvent *event); /* Virtual functions. */ @@ -121,6 +122,10 @@ gint e_table_group_right_click (ETableGroup *etg, gint row, gint col, GdkEvent *event); +gint e_table_group_click (ETableGroup *etg, + gint row, + gint col, + GdkEvent *event); gint e_table_group_key_press (ETableGroup *etg, gint row, gint col, -- cgit v1.2.3