From 3dc527df6627d11b8a7ed176092d70ee80b9e9a6 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Wed, 13 Jun 2001 15:22:25 +0000 Subject: added cut&paste support, by using a GtkInvisible widget to manage the 2001-06-11 Rodrigo Moya * gui/e-day-view.[ch]: added cut&paste support, by using a GtkInvisible widget to manage the clipboard selections. * gui/e-week-view.[ch]: ditto svn path=/trunk/; revision=10207 --- calendar/gui/e-week-view.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'calendar/gui/e-week-view.h') diff --git a/calendar/gui/e-week-view.h b/calendar/gui/e-week-view.h index 7fde751b3f..549a8f789c 100644 --- a/calendar/gui/e-week-view.h +++ b/calendar/gui/e-week-view.h @@ -344,6 +344,10 @@ struct _EWeekView gchar *pm_string; gint am_string_width; gint pm_string_width; + + /* the invisible widget to manage the clipboard selections */ + GtkWidget *invisible; + gchar *clipboard_selection; }; struct _EWeekViewClass -- cgit v1.2.3