class Menu is template now / bunch of code clean-ups.

This commit is contained in:
unK
2008-09-03 01:16:26 +02:00
parent 451f2e112e
commit 723de0687e
10 changed files with 1021 additions and 954 deletions

View File

@@ -37,7 +37,7 @@ class Scrollpad: public Window
virtual void Resize(int, int);
virtual void SetBorder(Border);
virtual void SetTitle(string);
virtual void Clear();
virtual void Clear(bool clear_screen = 1);
virtual Window * Clone() { return new Scrollpad(*this); }
virtual Window * EmptyClone();
protected: