Added WSF_MULTI_CONTROL to support controls that consist of multiple separate controls.

This commit is contained in:
Severin Münger
2013-08-27 22:06:08 +02:00
parent ab7ee8e4c3
commit ef34217a6d
3 changed files with 63 additions and 9 deletions

View File

@@ -7,18 +7,11 @@ note
deferred class
WSF_CONTROL
feature {NONE}
make_control
do
control_name := ""
end
feature
control_name: STRING
feature {WSF_PAGE_CONTROL}
feature {WSF_PAGE_CONTROL, WSF_CONTROL}
handle_callback (event: STRING; cname: STRING; page: WSF_PAGE_CONTROL)
deferred