diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2001-06-13 23:22:25 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2001-06-13 23:22:25 +0800 |
commit | 3dc527df6627d11b8a7ed176092d70ee80b9e9a6 (patch) | |
tree | cda854a84304ff893524f74f98b4ac814358a59e /calendar/gui/e-week-view.h | |
parent | 3a0539c91a4c302f9f254e0a05ea26be42caae5f (diff) | |
download | gsoc2013-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-week-view.h')
-rw-r--r-- | calendar/gui/e-week-view.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 |