diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-10-26 21:23:14 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-10-26 21:23:14 +0800 |
commit | 2ea215ff874c94e37b6bbb51757f156c8a8fb629 (patch) | |
tree | 883bc1845554f2fe16afcde842e08ca8487b7487 /widgets/misc/e-reflow.h | |
parent | ecca55ac5a40866be96c3f08527e742ece39acd2 (diff) | |
download | gsoc2013-evolution-2ea215ff874c94e37b6bbb51757f156c8a8fb629.tar.gz gsoc2013-evolution-2ea215ff874c94e37b6bbb51757f156c8a8fb629.tar.zst gsoc2013-evolution-2ea215ff874c94e37b6bbb51757f156c8a8fb629.zip |
Added cursor_changed handling to set the has_cursor argument of the
2001-10-26 Christopher James Lahey <clahey@ximian.com>
* 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
Diffstat (limited to 'widgets/misc/e-reflow.h')
-rw-r--r-- | widgets/misc/e-reflow.h | 3 |
1 files changed, 3 insertions, 0 deletions
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; |