summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-01-14 20:40:19 +0100
committerDave Davenport <qball@gmpclient.org>2016-01-14 20:40:19 +0100
commit98fdf04285046277ff6420d87491ee6916c3cd72 (patch)
tree4974d985bf636d00fd0f230ab27cd269529dfc82 /include
parente39f2dd53cb1f1fcebbf090f84c9e96d1de9daa5 (diff)
[RUN] UTF-8/locale conversion and sardem exec test.
Diffstat (limited to 'include')
-rw-r--r--include/textbox.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/include/textbox.h b/include/textbox.h
index ecc52784..fe59b02a 100644
--- a/include/textbox.h
+++ b/include/textbox.h
@@ -40,15 +40,15 @@ typedef struct
typedef enum
{
- TB_AUTOHEIGHT = 1 << 0,
- TB_AUTOWIDTH = 1 << 1,
- TB_LEFT = 1 << 16,
- TB_RIGHT = 1 << 17,
- TB_CENTER = 1 << 18,
- TB_EDITABLE = 1 << 19,
- TB_MARKUP = 1 << 20,
- TB_WRAP = 1 << 21,
- TB_PASSWORD = 1 << 22,
+ TB_AUTOHEIGHT = 1 << 0,
+ TB_AUTOWIDTH = 1 << 1,
+ TB_LEFT = 1 << 16,
+ TB_RIGHT = 1 << 17,
+ TB_CENTER = 1 << 18,
+ TB_EDITABLE = 1 << 19,
+ TB_MARKUP = 1 << 20,
+ TB_WRAP = 1 << 21,
+ TB_PASSWORD = 1 << 22,
} TextboxFlags;
typedef enum