diff options
author | lordjaxom <lordjaxom> | 2004-12-09 14:27:06 +0000 |
---|---|---|
committer | lordjaxom <lordjaxom> | 2004-12-09 14:27:06 +0000 |
commit | e4c359b5c303cecfc49fb82799805da9fee8dadb (patch) | |
tree | ca09dced5d5794edac92e64c54b04a07a4a4c4ea /render.h | |
parent | 5382d18d05d358bb1c313c642395e835aa44a6a0 (diff) | |
download | vdr-plugin-text2skin-e4c359b5c303cecfc49fb82799805da9fee8dadb.tar.gz vdr-plugin-text2skin-e4c359b5c303cecfc49fb82799805da9fee8dadb.tar.bz2 |
1.0-pre2v1.0-pre2
Diffstat (limited to 'render.h')
-rw-r--r-- | render.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -84,7 +84,6 @@ protected: const tColor *Fg, const std::string &Text, const cFont *Font, int Align); void DrawScrollbar(const txPoint &Pos, const txSize &Size, const tColor *Bg, const tColor *Fg); - //int GetEditableWidth(MenuItem Item, bool Current); void Update(void); // all renderers shall return appropriate data for the tokens @@ -100,6 +99,7 @@ protected: void Flush(bool Force = false); void SetDirty(void) { mDirty = true; } void Scroll(bool Up, bool Page) { if (mScroller) mScroller->Scroll(Up, Page); } + void Clear(void) { DELETENULL(mScroller); } public: cText2SkinRender(cText2SkinLoader *Loader, cxDisplay::eType Section, const std::string &BasePath = "", |