diff options
author | louis <louis.braun@gmx.de> | 2015-03-22 08:29:52 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2015-03-22 08:29:52 +0100 |
commit | d1ea7bd4a467463b939029aa76c43bae4e58b73f (patch) | |
tree | c515cf4c606e017f24b28c92e053bb385437fd47 /libtemplate/templateview.h | |
parent | 9c93fbc0726ff54f2070837ac821ef3d258dfd30 (diff) | |
download | vdr-plugin-skindesigner-d1ea7bd4a467463b939029aa76c43bae4e58b73f.tar.gz vdr-plugin-skindesigner-d1ea7bd4a467463b939029aa76c43bae4e58b73f.tar.bz2 |
add detached option for viewelements
Diffstat (limited to 'libtemplate/templateview.h')
-rw-r--r-- | libtemplate/templateview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libtemplate/templateview.h b/libtemplate/templateview.h index fa55ba2..51bb4bf 100644 --- a/libtemplate/templateview.h +++ b/libtemplate/templateview.h @@ -114,6 +114,7 @@ public: int GetNumPixmapsViewElement(eViewElement ve); bool HideView(void); bool ExecuteView(eViewElement ve); + bool DetachViewElement(eViewElement ve); int GetNumListViewMenuItems(void); bool GetScalingWindow(cRect &scalingWindow); map<string,string> GetCustomStringTokens(void) { return globals->GetCustomStringTokens(); }; |