summaryrefslogtreecommitdiffstats
path: root/include/widgets/textbox.h
diff options
context:
space:
mode:
authorQuentin Glidic <sardemff7+git@sardemff7.net>2017-03-31 18:02:41 +0200
committerQuentin Glidic <sardemff7+git@sardemff7.net>2017-03-31 18:02:41 +0200
commit3a29d3ec7e03a79457a8122cef031d9ae9b7a35e (patch)
treeb035f5cd9a6f1bd3f0ae74bdc4908d079a38e1e9 /include/widgets/textbox.h
parent7db9cc56bf427e891df3d7bc2a11880f44773e1d (diff)
parentb418352d438b0caa6cd5d3d81887b6c1684395cc (diff)
Merge branch 'master' into wip/waylandwip/wayland
Diffstat (limited to 'include/widgets/textbox.h')
-rw-r--r--include/widgets/textbox.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/include/widgets/textbox.h b/include/widgets/textbox.h
index 0944f709..a1c77445 100644
--- a/include/widgets/textbox.h
+++ b/include/widgets/textbox.h
@@ -45,16 +45,16 @@ 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_INDICATOR = 1 << 23,
+ 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_INDICATOR = 1 << 23,
} TextboxFlags;
/**
* Flags indicating current state of the textbox.