provide generic interface for dealing with selected items

This commit is contained in:
Andrzej Rybczak
2009-02-16 18:20:45 +01:00
parent 2ec7748acd
commit 43a8e2284e
21 changed files with 172 additions and 106 deletions

View File

@@ -33,6 +33,8 @@ class Help : public Screen<Scrollpad>
virtual std::string Title();
virtual bool allowsSelection() { return false; }
protected:
std::string DisplayKeys(int *, int = 2);
void GetKeybindings();