diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-05-05 18:22:00 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-05-05 18:22:00 +0200 |
commit | 9a1d6eded2750572e9f5f79e53ec507dd7a06ba5 (patch) | |
tree | 10d84c82031aace7ac819f27116a04e7da238d59 /app/bin/param.h | |
parent | d1a8285f818eb7e5c3d6a05709ea21a808490b8c (diff) |
New upstream version 5.1.1upstream/5.1.1
Diffstat (limited to 'app/bin/param.h')
-rw-r--r-- | app/bin/param.h | 2 |
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) |