From 2f81032abc0e68f1a2cdbc88c23b0febd2524bb1 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Fri, 10 Aug 2001 15:47:18 +0000 Subject: new proto and virtual method 2001-08-10 JP Rosevear * 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 * 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 --- widgets/table/e-table-specification.h | 1 + 1 file changed, 1 insertion(+) (limited to 'widgets/table/e-table-specification.h') diff --git a/widgets/table/e-table-specification.h b/widgets/table/e-table-specification.h index b2941f38d3..c50989eeb0 100644 --- a/widgets/table/e-table-specification.h +++ b/widgets/table/e-table-specification.h @@ -28,6 +28,7 @@ typedef struct { guint alternating_row_colors : 1; guint no_headers : 1; guint click_to_add : 1; + guint click_to_add_end : 1; guint horizontal_draw_grid : 1; guint vertical_draw_grid : 1; guint draw_focus : 1; -- cgit v1.2.3