aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/text/e-text.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-10-22 12:16:03 +0800
committerChris Lahey <clahey@src.gnome.org>2001-10-22 12:16:03 +0800
commitf22daae8e661b7bc023c0e2c81d2966f5766f541 (patch)
tree5a8d94180dcd6142380d1a935c67444775fa23df /widgets/text/e-text.h
parentd6e71d2ad96d9929f9b5053f1f730ca3628c20a2 (diff)
downloadgsoc2013-evolution-f22daae8e661b7bc023c0e2c81d2966f5766f541.tar
gsoc2013-evolution-f22daae8e661b7bc023c0e2c81d2966f5766f541.tar.gz
gsoc2013-evolution-f22daae8e661b7bc023c0e2c81d2966f5766f541.tar.bz2
gsoc2013-evolution-f22daae8e661b7bc023c0e2c81d2966f5766f541.tar.lz
gsoc2013-evolution-f22daae8e661b7bc023c0e2c81d2966f5766f541.tar.xz
gsoc2013-evolution-f22daae8e661b7bc023c0e2c81d2966f5766f541.tar.zst
gsoc2013-evolution-f22daae8e661b7bc023c0e2c81d2966f5766f541.zip
Accept UTF8_STRING, UTF-8, and STRING targets when getting the selection.
2001-10-22 Christopher James Lahey <clahey@ximian.com> * gal/e-text/e-text.c, gal/e-text/e-text.h (e_text_get_selection): Accept UTF8_STRING, UTF-8, and STRING targets when getting the selection. svn path=/trunk/; revision=13864
Diffstat (limited to 'widgets/text/e-text.h')
-rw-r--r--widgets/text/e-text.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/widgets/text/e-text.h b/widgets/text/e-text.h
index 06ac58299e..9a5b997bba 100644
--- a/widgets/text/e-text.h
+++ b/widgets/text/e-text.h
@@ -224,6 +224,11 @@ struct _EText {
gint dbl_timeout; /* Double click timeout */
gint tpl_timeout; /* Triple click timeout */
+
+ gint last_type_request; /* Last selection type requested. */
+ guint32 last_time_request; /* The time of the last selection request. */
+ guint32 last_selection_request; /* The time of the last selection request. */
+ GList *queued_requests; /* Queued selection requests. */
};
struct _ETextClass {