aboutsummaryrefslogtreecommitdiffstats
path: root/widget_text.h
diff options
context:
space:
mode:
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2010-01-18 13:12:25 +0000
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2010-01-18 13:12:25 +0000
commit9766d9e8b5bb9e75daab53c7c78cd51f4a207966 (patch)
treebd85ec9446c0ef84ead851ecc77685c62fcb11a8 /widget_text.h
parent378970ea01d09e8365a5e5adea4989143b3f6b58 (diff)
downloadlcd4linux-9766d9e8b5bb9e75daab53c7c78cd51f4a207966.tar.gz
support for 'aligned pingpong' by Martin Zuther
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1083 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'widget_text.h')
-rw-r--r--widget_text.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/widget_text.h b/widget_text.h
index 2ca6f30..085ea49 100644
--- a/widget_text.h
+++ b/widget_text.h
@@ -30,7 +30,9 @@
#include "property.h"
-typedef enum { ALIGN_LEFT, ALIGN_CENTER, ALIGN_RIGHT, ALIGN_MARQUEE, ALIGN_AUTOMATIC, ALIGN_PINGPONG } TEXT_ALIGN;
+typedef enum { ALIGN_LEFT, ALIGN_CENTER, ALIGN_RIGHT, ALIGN_MARQUEE, ALIGN_AUTOMATIC, ALIGN_PINGPONG_LEFT,
+ ALIGN_PINGPONG_CENTER, ALIGN_PINGPONG_RIGHT
+} TEXT_ALIGN;
typedef struct WIDGET_TEXT {
PROPERTY prefix; /* label on the left side */