diff options
author | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2006-08-13 11:38:20 +0000 |
---|---|---|
committer | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2006-08-13 11:38:20 +0000 |
commit | 9e6804e49cac8d859b899ae49509ffdf347eda7f (patch) | |
tree | f8a2d2be1201910d04463c9bb4e95cd6ea46ea81 /property.h | |
parent | 523bb7ba13a5d88588a270cf8ce2f0c0ac882708 (diff) | |
download | lcd4linux-9e6804e49cac8d859b899ae49509ffdf347eda7f.tar.gz |
[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
Diffstat (limited to 'property.h')
-rw-r--r-- | property.h | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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); |