Merge branch 'widget' of github.com:souvarin/EWF into widget_state_redesign
Conflicts: examples/widgetapp/base_page.e
This commit is contained in:
@@ -23,6 +23,9 @@ feature {NONE} -- Initialization
|
||||
|
||||
make_control (n, a_tag_name: STRING)
|
||||
-- Initialize with specified control name and tag
|
||||
require
|
||||
not n.is_empty
|
||||
not a_tag_name.is_empty
|
||||
do
|
||||
make (a_tag_name)
|
||||
control_name := n
|
||||
|
||||
Reference in New Issue
Block a user