From bbcecaf6b73f9dd315823ffbbd9aa9574b18aa7d Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Wed, 26 Jan 2000 11:26:07 +0000 Subject: Added an arrow cursor for the draggable columns. Made the clickable column 2000-01-27 Christopher James Lahey * widgets/e-reflow.h, widgets/e-reflow.c: Added an arrow cursor for the draggable columns. Made the clickable column area larger. * widgets/e-text.h, widgets/e-text.c: Added an I beam cursor for the text item when it is editable. * widgets/e-minicard-label.c: Forward enter and leave notifications to the contained editable text item. svn path=/trunk/; revision=1647 --- widgets/e-minicard/e-reflow.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'widgets/e-minicard/e-reflow.h') diff --git a/widgets/e-minicard/e-reflow.h b/widgets/e-minicard/e-reflow.h index 27b96645f8..8506eda60b 100644 --- a/widgets/e-minicard/e-reflow.h +++ b/widgets/e-minicard/e-reflow.h @@ -71,6 +71,14 @@ struct _EReflow gdouble start_x; gint which_column_dragged; double temp_column_width; + double previous_temp_column_width; + + guint need_height_update : 1; + guint need_column_resize : 1; + + guint default_cursor_shown : 1; + GdkCursor *arrow_cursor; + GdkCursor *default_cursor; }; struct _EReflowClass -- cgit v1.2.3