From 762e2c15076d211e71eb9dee0e4956dbd8767fce Mon Sep 17 00:00:00 2001 From: louis Date: Sat, 28 Mar 2015 11:57:51 +0100 Subject: added possibility to detach viewelements --- libtemplate/templatefunction.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libtemplate/templatefunction.h') diff --git a/libtemplate/templatefunction.h b/libtemplate/templatefunction.h index e53dbda..a862aa7 100644 --- a/libtemplate/templatefunction.h +++ b/libtemplate/templatefunction.h @@ -56,6 +56,7 @@ enum eParamType { ptText, ptLayer, ptTransparency, + ptBackground, ptQuadrant, ptType, ptAlign, @@ -154,6 +155,7 @@ protected: bool SetOverflow(string value); bool SetHideRoot(string value); bool SetDetached(string value); + bool SetBackground(string value); void ParseStringParameters(void); void ParseNumericalParameters(void); void CalculateAlign(int elementWidth, int elementHeight); -- cgit v1.2.3