summaryrefslogtreecommitdiff
path: root/app/bin/param.h
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2018-05-05 19:24:29 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2018-05-05 19:24:29 +0200
commit81184b836a6ddbeaca5f85781a052cb36424e37f (patch)
tree1965bd34b4e351e5148a1412e618555b72330117 /app/bin/param.h
parent67d0ce65dc6a1d240e271a7cd479b60aa1dc2967 (diff)
parentc1f7a0251136f6327d14a85eb5a761489551b668 (diff)
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'app/bin/param.h')
-rw-r--r--app/bin/param.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/bin/param.h b/app/bin/param.h
index 355f3e7..ae426fb 100644
--- a/app/bin/param.h
+++ b/app/bin/param.h
@@ -59,6 +59,7 @@ typedef enum {
#define PDO_DRAW (1L<<8)
#define PDO_FILE (1L<<9)
+#define PDO_STRINGLIMITLENGTH (1L<<11) /**< context has maximum length for string */
#define PDO_SMALLDIM (1L<<12)
#define PDO_DLGSTARTBTNS (1L<<13)
@@ -67,6 +68,7 @@ typedef enum {
#define PDO_DLGBOXEND (1L<<16) /**< draw recessed frame around the controls */
#define PDO_DLGRESETMARGIN (1L<<17) /**< position control on the left ?*/
#define PDO_DLGIGNORELABELWIDTH (1L<<18)
+
#define PDO_DLGHORZ (1L<<20) /**< arrange on same line as previous element */
#define PDO_DLGNEWCOLUMN (1L<<21)
#define PDO_DLGNOLABELALIGN (1L<<22)