Changed creation procedures

This commit is contained in:
Severin Münger
2013-09-05 15:08:02 +02:00
parent 633243311d
commit f866c067cb
7 changed files with 15 additions and 159 deletions

View File

@@ -12,9 +12,14 @@ inherit
WSF_MULTI_CONTROL
create
make, make_with_controls
make_form_control
feature {NONE}
make_form_control (n: STRING)
do
make_multi_control (n)
tag_name := "form"
end
end