From 9e6804e49cac8d859b899ae49509ffdf347eda7f Mon Sep 17 00:00:00 2001 From: reinelt Date: Sun, 13 Aug 2006 11:38:20 +0000 Subject: [lcd4linux @ 2006-08-13 11:38:20 by reinelt] text widget uses dynamic properties git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@691 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- property.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'property.h') diff --git a/property.h b/property.h index 0226796..d1020c0 100644 --- a/property.h +++ b/property.h @@ -1,4 +1,4 @@ -/* $Id: property.h,v 1.1 2006/08/13 09:53:10 reinelt Exp $ +/* $Id: property.h,v 1.2 2006/08/13 11:38:20 reinelt Exp $ * * dynamic properties * @@ -23,6 +23,9 @@ * * * $Log: property.h,v $ + * Revision 1.2 2006/08/13 11:38:20 reinelt + * text widget uses dynamic properties + * * Revision 1.1 2006/08/13 09:53:10 reinelt * dynamic properties added (used by 'style' of text widget) * @@ -42,7 +45,7 @@ typedef struct { void property_load(const char *section, const char *name, const char *defval, PROPERTY * prop); -void property_eval(PROPERTY * prop); +int property_eval(PROPERTY * prop); double P2N(PROPERTY * prop); char *P2S(PROPERTY * prop); void property_free(PROPERTY * prop); -- cgit v1.2.3