aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2002-04-12 04:02:31 +0800
committerChris Lahey <clahey@src.gnome.org>2002-04-12 04:02:31 +0800
commit0479b8d9a06faa76dd5622fd8549f380f8cac242 (patch)
tree36defdfc0d9bd71d667c0e3b574774abcdb7b33e /widgets/table/e-table.h
parent9f6c9f9e1dad0fd03722e6dddf3a25e63c8a1f9d (diff)
downloadgsoc2013-evolution-0479b8d9a06faa76dd5622fd8549f380f8cac242.tar
gsoc2013-evolution-0479b8d9a06faa76dd5622fd8549f380f8cac242.tar.gz
gsoc2013-evolution-0479b8d9a06faa76dd5622fd8549f380f8cac242.tar.bz2
gsoc2013-evolution-0479b8d9a06faa76dd5622fd8549f380f8cac242.tar.lz
gsoc2013-evolution-0479b8d9a06faa76dd5622fd8549f380f8cac242.tar.xz
gsoc2013-evolution-0479b8d9a06faa76dd5622fd8549f380f8cac242.tar.zst
gsoc2013-evolution-0479b8d9a06faa76dd5622fd8549f380f8cac242.zip
Fixed a memory leak here by using the "selection-done" signal.
2002-04-11 Christopher James Lahey <clahey@ximian.com> * e-table-header-item.c (ethi_header_context_menu): Fixed a memory leak here by using the "selection-done" signal. * e-table.c, e-table.h (white_item_event): Added the "white_space_event" signal. svn path=/trunk/; revision=16439
Diffstat (limited to 'widgets/table/e-table.h')
-rw-r--r--widgets/table/e-table.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/table/e-table.h b/widgets/table/e-table.h
index 067b3ab872..d288db73e0 100644
--- a/widgets/table/e-table.h
+++ b/widgets/table/e-table.h
@@ -168,6 +168,7 @@ typedef struct {
gint (*key_press) (ETable *et, int row, int col, GdkEvent *event);
gint (*start_drag) (ETable *et, int row, int col, GdkEvent *event);
void (*state_change) (ETable *et);
+ gint (*white_space_event) (ETable *et, GdkEvent *event);
void (*set_scroll_adjustments) (ETable *table,
GtkAdjustment *hadjustment,