summaryrefslogtreecommitdiffstats
path: root/include/textbox.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-01-07 13:32:33 +0100
committerDave Davenport <qball@gmpclient.org>2016-01-07 13:32:33 +0100
commitb59552003ed62c635fbcbf64d15662ecdc0c8c1a (patch)
tree23b08d3ca992f5036e5d7b30218da6582a533205 /include/textbox.h
parent504e27f7019391f759311fb5b1896a3265998bae (diff)
More doxygen sugar
Diffstat (limited to 'include/textbox.h')
-rw-r--r--include/textbox.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/include/textbox.h b/include/textbox.h
index daa57aff..cc8c6494 100644
--- a/include/textbox.h
+++ b/include/textbox.h
@@ -39,14 +39,14 @@ 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_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,
} TextboxFlags;
typedef enum