From 2ea215ff874c94e37b6bbb51757f156c8a8fb629 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Fri, 26 Oct 2001 13:23:14 +0000 Subject: Added cursor_changed handling to set the has_cursor argument of the 2001-10-26 Christopher James Lahey * gal/widgets/e-reflow.c, gal/widgets/e-reflow.h: Added cursor_changed handling to set the has_cursor argument of the contained objects. svn path=/trunk/; revision=14136 --- widgets/misc/e-reflow.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'widgets/misc/e-reflow.h') diff --git a/widgets/misc/e-reflow.h b/widgets/misc/e-reflow.h index 9ecbb5c529..b190e1e5b7 100644 --- a/widgets/misc/e-reflow.h +++ b/widgets/misc/e-reflow.h @@ -66,6 +66,7 @@ struct _EReflow ESelectionModel *selection; guint selection_changed_id; + guint cursor_changed_id; ESorterArray *sorter; GtkAdjustment *adjustment; @@ -98,6 +99,8 @@ struct _EReflow double temp_column_width; double previous_temp_column_width; + int cursor_row; + guint column_drag : 1; guint need_height_update : 1; -- cgit v1.2.3