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_button (n: STRING; t: STRING)
do
make (n, "button")
make_control (n, "button")
add_class ("btn")
add_class ("btn-default")
text := t