aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table.c
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@ximian.com>2001-09-25 05:31:50 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2001-09-25 05:31:50 +0800
commit40226dadd54daf0955407e40673a895fc2f7445c (patch)
treec269da50e7693451ef48b2c1e074cc0d17920262 /widgets/table/e-table.c
parent8ab52c05d984af14cf5583ebd19883a9d0ec1b98 (diff)
downloadgsoc2013-evolution-40226dadd54daf0955407e40673a895fc2f7445c.tar
gsoc2013-evolution-40226dadd54daf0955407e40673a895fc2f7445c.tar.gz
gsoc2013-evolution-40226dadd54daf0955407e40673a895fc2f7445c.tar.bz2
gsoc2013-evolution-40226dadd54daf0955407e40673a895fc2f7445c.tar.lz
gsoc2013-evolution-40226dadd54daf0955407e40673a895fc2f7445c.tar.xz
gsoc2013-evolution-40226dadd54daf0955407e40673a895fc2f7445c.tar.zst
gsoc2013-evolution-40226dadd54daf0955407e40673a895fc2f7445c.zip
Assert that the virtual method is implemented instead of being forgiving.
2001-09-24 Federico Mena Quintero <federico@ximian.com> * e-table-group.c (e_table_group_add): Assert that the virtual method is implemented instead of being forgiving. (e_table_group_add_array): Likewise. (e_table_group_add_all): Likewise. (e_table_group_remove): Likewise. (e_table_group_increment): Likewise. (e_table_group_decrement): Likewise. (e_table_group_row_count): Likewise. (e_table_group_set_focus): Likewise. (e_table_group_get_focus): Likewise. (e_table_group_get_focus_column): Likewise. (e_table_group_get_printable): Likewise. (e_table_group_compute_location): Likewise. (e_table_group_get_cell_geometry): Likewise. (etg_destroy): Clear the fields after we unref them. * e-table-group-leaf.c (etgl_destroy): Clear the fields after we unref them. (e_table_group_leaf_construct): Subsets should not be sunk. Do not ref/sink the subset. * e-table-header.c (e_table_header_add_column): Document the fact that the header assumes ownership of the column. svn path=/trunk/; revision=13102
Diffstat (limited to 'widgets/table/e-table.c')
-rw-r--r--widgets/table/e-table.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/table/e-table.c b/widgets/table/e-table.c
index 5ac8e45a61..bf2f884c45 100644
--- a/widgets/table/e-table.c
+++ b/widgets/table/e-table.c
@@ -700,6 +700,8 @@ et_canvas_realize (GtkWidget *canvas, ETable *e_table)
static void
et_canvas_button_press (GtkWidget *canvas, GdkEvent *event, ETable *e_table)
{
+ fprintf (stderr, "et_canvas_button_press(): PRESSED\n");
+
if (GTK_WIDGET_HAS_FOCUS(canvas)) {
GnomeCanvasItem *item = GNOME_CANVAS(canvas)->focused_item;