aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-tree.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2002-05-03 02:45:19 +0800
committerChris Lahey <clahey@src.gnome.org>2002-05-03 02:45:19 +0800
commitcad5e25f863f3bf643a2c7a7b4a77be0bc9db130 (patch)
tree3bbf26485c00f3deb8597d4468bb5384325698e2 /widgets/table/e-tree.h
parente7432164869e777b21aee021e23033bbdf747cac (diff)
downloadgsoc2013-evolution-cad5e25f863f3bf643a2c7a7b4a77be0bc9db130.tar
gsoc2013-evolution-cad5e25f863f3bf643a2c7a7b4a77be0bc9db130.tar.gz
gsoc2013-evolution-cad5e25f863f3bf643a2c7a7b4a77be0bc9db130.tar.bz2
gsoc2013-evolution-cad5e25f863f3bf643a2c7a7b4a77be0bc9db130.tar.lz
gsoc2013-evolution-cad5e25f863f3bf643a2c7a7b4a77be0bc9db130.tar.xz
gsoc2013-evolution-cad5e25f863f3bf643a2c7a7b4a77be0bc9db130.tar.zst
gsoc2013-evolution-cad5e25f863f3bf643a2c7a7b4a77be0bc9db130.zip
Added horizontal dividers to this item when in table mode.
2002-05-02 Christopher James Lahey <clahey@ximian.com> * e-table-click-to-add.c: Added horizontal dividers to this item when in table mode. * e-table.c, e-tree.c: Made the background be an e-canvas-background instead of a * e-tree.c, e-tree.h: Added a white_space_event for feature parity with ETable. svn path=/trunk/; revision=16667
Diffstat (limited to 'widgets/table/e-tree.h')
-rw-r--r--widgets/table/e-tree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/table/e-tree.h b/widgets/table/e-tree.h
index 2b74f3b8b0..56ad205f63 100644
--- a/widgets/table/e-tree.h
+++ b/widgets/table/e-tree.h
@@ -71,6 +71,7 @@ typedef struct {
gint (*key_press) (ETree *et, int row, ETreePath path, int col, GdkEvent *event);
gint (*start_drag) (ETree *et, int row, ETreePath path, int col, GdkEvent *event);
gint (*state_change) (ETree *et);
+ gint (*white_space_event) (ETree *et, GdkEvent *event);
void (*set_scroll_adjustments) (ETree *tree,
GtkAdjustment *hadjustment,