Merge branch 'widget' of github.com:souvarin/EWF into widget_state_redesign

Conflicts:
	examples/widgetapp/base_page.e
This commit is contained in:
YNH Webdev
2013-09-22 19:11:46 +02:00
5 changed files with 122 additions and 50 deletions

View File

@@ -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