diff options
author | louis <louis.braun@gmx.de> | 2015-05-03 11:22:01 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2015-05-03 11:22:01 +0200 |
commit | c5edc10fbd57d17e774a07b659996bdffe16242c (patch) | |
tree | cc9b5cfc4b38c7bb7f2743cba732d6e4200b5594 /libtemplate/templatefunction.h | |
parent | 918a331de3e0a6a31b2cd621ed628d53ac9fa2da (diff) | |
download | vdr-plugin-skindesigner-c5edc10fbd57d17e774a07b659996bdffe16242c.tar.gz vdr-plugin-skindesigner-c5edc10fbd57d17e774a07b659996bdffe16242c.tar.bz2 |
possibility to move viewelements when starting view
Diffstat (limited to 'libtemplate/templatefunction.h')
-rw-r--r-- | libtemplate/templatefunction.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libtemplate/templatefunction.h b/libtemplate/templatefunction.h index c781568..508615d 100644 --- a/libtemplate/templatefunction.h +++ b/libtemplate/templatefunction.h @@ -51,6 +51,9 @@ enum eParamType { ptMenuItemWidth, ptDetached, ptFadeTime, + ptShiftTime, + ptStartX, + ptStartY, ptDelay, ptImageType, ptPath, |