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_checkbox (n: STRING; l: STRING; c: STRING)
do
make (n, "input")
make_control (n, "input")
label := l
checked_value := c
end