From e4c359b5c303cecfc49fb82799805da9fee8dadb Mon Sep 17 00:00:00 2001 From: lordjaxom Date: Thu, 9 Dec 2004 14:27:06 +0000 Subject: 1.0-pre2 --- render.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'render.h') diff --git a/render.h b/render.h index 2cb7562..d5bc15f 100644 --- a/render.h +++ b/render.h @@ -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 = "", -- cgit v1.2.3