aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table.h
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2001-08-10 23:47:18 +0800
committerJP Rosevear <jpr@src.gnome.org>2001-08-10 23:47:18 +0800
commit2f81032abc0e68f1a2cdbc88c23b0febd2524bb1 (patch)
treefeb1e579c759fdf9e84a46ce8d8f28eb0a0daca5 /widgets/table/e-table.h
parent8a2a58927497c4e88482d509f99b689dabe33a24 (diff)
downloadgsoc2013-evolution-2f81032abc0e68f1a2cdbc88c23b0febd2524bb1.tar
gsoc2013-evolution-2f81032abc0e68f1a2cdbc88c23b0febd2524bb1.tar.gz
gsoc2013-evolution-2f81032abc0e68f1a2cdbc88c23b0febd2524bb1.tar.bz2
gsoc2013-evolution-2f81032abc0e68f1a2cdbc88c23b0febd2524bb1.tar.lz
gsoc2013-evolution-2f81032abc0e68f1a2cdbc88c23b0febd2524bb1.tar.xz
gsoc2013-evolution-2f81032abc0e68f1a2cdbc88c23b0febd2524bb1.tar.zst
gsoc2013-evolution-2f81032abc0e68f1a2cdbc88c23b0febd2524bb1.zip
new proto and virtual method
2001-08-10 JP Rosevear <jpr@ximian.com> * gal/widgets/e-canvas-vbox.h: new proto and virtual method * gal/widgets/e-canvas-vbox.c (e_canvas_vbox_real_add_item_start): adds the the item to the beginning (e_canvas_vbox_add_item_start): call the virtual method 2001-08-10 JP Rosevear <jpr@ximian.com> * e-table.c (et_build_groups): add the items to the start or end based on where the click to add should be (e_table_setup_table): ditto (et_real_construct): read additional spec flag * e-table.h: new flag * e-table-specification.c (etsp_init): init new flag (e_table_specification_load_from_node): set click to add end flag (e_table_specification_save_to_node): write out flag * e-table-specification.h: new flag svn path=/trunk/; revision=11880
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 f0656e7790..b5b9dd5f0a 100644
--- a/widgets/table/e-table.h
+++ b/widgets/table/e-table.h
@@ -89,6 +89,7 @@ typedef struct {
char *click_to_add_message;
GnomeCanvasItem *click_to_add;
gboolean use_click_to_add;
+ gboolean use_click_to_add_end;
ECursorMode cursor_mode;