From f60b9107e9d0a10bc54307c279f789c26a794736 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Tue, 21 Mar 2000 02:53:55 +0000 Subject: Added the ability to access the text event processor. 2000-03-20 Christopher James Lahey * 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 * 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 --- widgets/e-text/e-text.h | 1 + 1 file changed, 1 insertion(+) (limited to 'widgets/e-text/e-text.h') 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 */ -- cgit v1.2.3