mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 15:58:31 +00:00
version 0.3.0
This commit is contained in:
@@ -70,6 +70,12 @@ enum eViewElement {
|
||||
veVolume
|
||||
};
|
||||
|
||||
enum ePluginInteralViewElements {
|
||||
pveScrollbar = -1,
|
||||
pveTablabels = -2,
|
||||
pveUndefined = 0
|
||||
};
|
||||
|
||||
class cTemplateViewElement {
|
||||
protected:
|
||||
bool debugTokens;
|
||||
|
Reference in New Issue
Block a user