From a01de808cd46baea31419a42b221cb65974a9fb1 Mon Sep 17 00:00:00 2001 From: Chris Lahey Date: Tue, 11 Jan 2000 06:44:57 +0000 Subject: Removed some code which got in the way of testing properly. * widgets/test-minicard.c: Removed some code which got in the way of testing properly. * widgets/e-minicard-label.c (e_minicard_label_realize): Made the field text item editable. * widgets/Makefile.am: Added e-text-event-process*.[ch]. * widgets/e-text.c, widgets/e-text.h: Changed these to support editing. * widgets/e-text-event-processor.c, widgets/e-text-event-processor.h, widgets/e-text-event-processor-types.h, widgets/e-text-event-processor-emacs-like.c, widgets/e-text-event-processor-emacs-like.h: These are a new pair of classes which handle all events from the text item and convert them into commands. svn path=/trunk/; revision=1553 --- widgets/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'widgets/Makefile.am') diff --git a/widgets/Makefile.am b/widgets/Makefile.am index 76337f05a4..2012b00429 100644 --- a/widgets/Makefile.am +++ b/widgets/Makefile.am @@ -18,7 +18,11 @@ libevolutionwidgets_a_SOURCES = \ e-minicard-label.c \ e-minicard-label.h \ e-text.c \ - e-text.h + e-text.h \ + e-text-event-processor.c \ + e-text-event-processor.h \ + e-text-event-processor-emacs-like.c \ + e-text-event-processor-emacs-like.h noinst_PROGRAMS = \ minicard-label-test \ -- cgit v1.2.3