From 218552b9a4c9e453c09ff31134ea9b909371b3f4 Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Sun, 13 Aug 2006 09:53:10 +0000 Subject: [lcd4linux @ 2006-08-13 09:53:10 by reinelt] dynamic properties added (used by 'style' of text widget) --- evaluator.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'evaluator.h') diff --git a/evaluator.h b/evaluator.h index 10bd807..51f94a7 100644 --- a/evaluator.h +++ b/evaluator.h @@ -1,4 +1,4 @@ -/* $Id: evaluator.h,v 1.12 2006/01/30 06:11:36 reinelt Exp $ +/* $Id: evaluator.h,v 1.13 2006/08/13 09:53:10 reinelt Exp $ * * expression evaluation * @@ -23,6 +23,9 @@ * * * $Log: evaluator.h,v $ + * Revision 1.13 2006/08/13 09:53:10 reinelt + * dynamic properties added (used by 'style' of text widget) + * * Revision 1.12 2006/01/30 06:11:36 reinelt * changed Result->length to Result->size * @@ -98,7 +101,6 @@ typedef struct { char *string; } RESULT; - int SetVariable(const char *name, RESULT * value); int SetVariableNumeric(const char *name, const double value); int SetVariableString(const char *name, const char *value); -- cgit v1.2.3