diff options
author | lordjaxom <lordjaxom> | 2005-01-05 19:31:18 +0000 |
---|---|---|
committer | lordjaxom <lordjaxom> | 2005-01-05 19:31:18 +0000 |
commit | b6f7488804d23ef95471a4dbf21b730ea8119610 (patch) | |
tree | b026c0a5086b7b75a987b6f443306b6f763316f1 | |
parent | 454dbc14f3dcae938f7582896be4e94d505f1fed (diff) | |
download | vdr-plugin-text2skin-b6f7488804d23ef95471a4dbf21b730ea8119610.tar.gz vdr-plugin-text2skin-b6f7488804d23ef95471a4dbf21b730ea8119610.tar.bz2 |
- implemented SetMaxItems for menu renderers
-rw-r--r-- | render.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ /* - * $Id: render.h,v 1.7 2005/01/01 23:44:36 lordjaxom Exp $ + * $Id: render.h,v 1.8 2005/01/05 19:31:18 lordjaxom Exp $ */ #ifndef VDR_TEXT2SKIN_RENDER_H @@ -113,6 +113,7 @@ protected: virtual int GetTab(int n) { return 0; } virtual bool HasTabText(int Index, int n) { return false; } virtual void SetEditableWidth(int Width) {} + virtual void SetMaxItems(int MaxItems) {} // functions for display renderer to control behaviour void Flush(bool Force = false); |