From 523bb7ba13a5d88588a270cf8ce2f0c0ac882708 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) git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@690 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- 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