New Control structure

This commit is contained in:
Severin Münger
2013-09-13 00:28:37 +02:00
parent b3e383ea82
commit b1cf630443
13 changed files with 255 additions and 67 deletions

View File

@@ -18,7 +18,7 @@ feature {NONE}
make_html (n,t,v: STRING)
do
make (n, t)
make_control (n, t)
html := v
end