diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-03-21 10:53:55 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-03-21 10:53:55 +0800 |
commit | f60b9107e9d0a10bc54307c279f789c26a794736 (patch) | |
tree | f4912fca26063ba92abbddf3240f7a38d4ed8651 /widgets/e-text/e-text.h | |
parent | 5fe5e0f7431c00d4438eaed35825cb6a33dbe05f (diff) | |
download | gsoc2013-evolution-f60b9107e9d0a10bc54307c279f789c26a794736.tar gsoc2013-evolution-f60b9107e9d0a10bc54307c279f789c26a794736.tar.gz gsoc2013-evolution-f60b9107e9d0a10bc54307c279f789c26a794736.tar.bz2 gsoc2013-evolution-f60b9107e9d0a10bc54307c279f789c26a794736.tar.lz gsoc2013-evolution-f60b9107e9d0a10bc54307c279f789c26a794736.tar.xz gsoc2013-evolution-f60b9107e9d0a10bc54307c279f789c26a794736.tar.zst gsoc2013-evolution-f60b9107e9d0a10bc54307c279f789c26a794736.zip |
Added the ability to access the text event processor.
2000-03-20 Christopher James Lahey <clahey@helixcode.com>
* widgets/e-text/e-text.c, widgets/e-text/e-text.h: Added the
ability to access the text event processor.
2000-03-13 Christopher James Lahey <clahey@helixcode.com>
* addressbook/demo/addressbook-widget.c: Made the addressbook
component look in the users home directory for the addressbook.xml
file.
svn path=/trunk/; revision=2125
Diffstat (limited to 'widgets/e-text/e-text.h')
-rw-r--r-- | widgets/e-text/e-text.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/e-text/e-text.h b/widgets/e-text/e-text.h index a4bc06d820..e7dbd8761c 100644 --- a/widgets/e-text/e-text.h +++ b/widgets/e-text/e-text.h @@ -164,6 +164,7 @@ struct _EText { gboolean button_down; /* Is mouse button 1 down */ ETextEventProcessor *tep; /* Text Event Processor */ + gint tep_command_id; GtkWidget *invisible; /* For selection handling */ gboolean has_selection; /* TRUE if we have the selection */ |