aboutsummaryrefslogtreecommitdiffstats
path: root/widget_text.h
diff options
context:
space:
mode:
authorharbaum <harbaum@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2006-08-13 18:14:03 +0000
committerharbaum <harbaum@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2006-08-13 18:14:03 +0000
commit763788fd716a2c8f5064c913d35d10973c621ef9 (patch)
tree553a469c55802d218cae6c2f62db3f3ccd4e1927 /widget_text.h
parent9e6804e49cac8d859b899ae49509ffdf347eda7f (diff)
downloadlcd4linux-763788fd716a2c8f5064c913d35d10973c621ef9.tar.gz
[lcd4linux @ 2006-08-13 18:14:03 by harbaum]
Added KVV plugin git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@692 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'widget_text.h')
-rw-r--r--widget_text.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/widget_text.h b/widget_text.h
index 61e5b35..bd9a18d 100644
--- a/widget_text.h
+++ b/widget_text.h
@@ -1,4 +1,4 @@
-/* $Id: widget_text.h,v 1.9 2006/08/13 11:38:20 reinelt Exp $
+/* $Id: widget_text.h,v 1.10 2006/08/13 18:14:03 harbaum Exp $
*
* simple text widget handling
*
@@ -23,6 +23,9 @@
*
*
* $Log: widget_text.h,v $
+ * Revision 1.10 2006/08/13 18:14:03 harbaum
+ * Added KVV plugin
+ *
* Revision 1.9 2006/08/13 11:38:20 reinelt
* text widget uses dynamic properties
*
@@ -77,9 +80,9 @@ typedef enum { ALIGN_LEFT, ALIGN_CENTER, ALIGN_RIGHT, ALIGN_MARQUEE } TEXT_ALIGN
typedef struct WIDGET_TEXT {
PROPERTY prefix; /* label on the left side */
PROPERTY postfix; /* label on the right side */
- PROPERTY value; /* value of text widget */
+ PROPERTY value; /* value of text widget */
PROPERTY style; /* text style (plain/bold/slant) */
- char *string; /* formatted value */
+ char *string; /* formatted value */
char *buffer; /* string with 'width+1' bytes allocated */
int width; /* field width */
int precision; /* number of digits after the decimal point */