new feature: allow for fixed size columns

This commit is contained in:
Andrzej Rybczak
2009-07-10 19:17:12 +02:00
parent 209f5337ee
commit c20d8694ae
9 changed files with 90 additions and 54 deletions

View File

@@ -27,7 +27,7 @@
namespace Display
{
std::string Columns(std::string);
std::string Columns();
template <typename T> void Generic(const T &t, void *, Menu<T> *menu)
{