aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-day-view.h
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2001-06-13 23:22:25 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2001-06-13 23:22:25 +0800
commit3dc527df6627d11b8a7ed176092d70ee80b9e9a6 (patch)
treecda854a84304ff893524f74f98b4ac814358a59e /calendar/gui/e-day-view.h
parent3a0539c91a4c302f9f254e0a05ea26be42caae5f (diff)
downloadgsoc2013-evolution-3dc527df6627d11b8a7ed176092d70ee80b9e9a6.tar
gsoc2013-evolution-3dc527df6627d11b8a7ed176092d70ee80b9e9a6.tar.gz
gsoc2013-evolution-3dc527df6627d11b8a7ed176092d70ee80b9e9a6.tar.bz2
gsoc2013-evolution-3dc527df6627d11b8a7ed176092d70ee80b9e9a6.tar.lz
gsoc2013-evolution-3dc527df6627d11b8a7ed176092d70ee80b9e9a6.tar.xz
gsoc2013-evolution-3dc527df6627d11b8a7ed176092d70ee80b9e9a6.tar.zst
gsoc2013-evolution-3dc527df6627d11b8a7ed176092d70ee80b9e9a6.zip
added cut&paste support, by using a GtkInvisible widget to manage the
2001-06-11 Rodrigo Moya <rodrigo@ximian.com> * 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
Diffstat (limited to 'calendar/gui/e-day-view.h')
-rw-r--r--calendar/gui/e-day-view.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/calendar/gui/e-day-view.h b/calendar/gui/e-day-view.h
index 9eb247a59f..f5e2087ad9 100644
--- a/calendar/gui/e-day-view.h
+++ b/calendar/gui/e-day-view.h
@@ -472,6 +472,10 @@ struct _EDayView
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 _EDayViewClass