From fa895ed8e1454d4d761b8789381ca5ba464a7c93 Mon Sep 17 00:00:00 2001 From: Arturo Espinosa Date: Sun, 12 Dec 1999 09:20:46 +0000 Subject: More work. We now have the basics for nesting working, now we need all the More work. We now have the basics for nesting working, now we need all the interactions done properly. I want to use a new GnomeCanvasItem for the nesting parent as well. DnD will have to be done with our own protocol to provide all the feedback we want to provide. Miguel svn path=/trunk/; revision=1481 --- widgets/e-table/e-cell-toggle.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'widgets/e-table/e-cell-toggle.h') diff --git a/widgets/e-table/e-cell-toggle.h b/widgets/e-table/e-cell-toggle.h index 2a5b6adc18..d5773b454a 100644 --- a/widgets/e-table/e-cell-toggle.h +++ b/widgets/e-table/e-cell-toggle.h @@ -26,11 +26,9 @@ typedef struct { } ECellToggleClass; GtkType e_cell_toggle_get_type (void); -ECell *e_cell_toggle_new (ETableModel *model, int border, - int n_states, - GdkPixbuf **images); -void e_cell_toggle_construct (ECellToggle *etog, ETableModel *etm, - int border, int n_states, GdkPixbuf **images); +ECell *e_cell_toggle_new (int border, int n_states, GdkPixbuf **images); +void e_cell_toggle_construct (ECellToggle *etog, int border, + int n_states, GdkPixbuf **images); #endif /* _E_CELL_TOGGLE_H_ */ -- cgit v1.2.3