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

This commit is contained in:
severin
2014-01-11 12:53:59 +01:00
9 changed files with 52 additions and 7 deletions

View File

@@ -54,6 +54,11 @@ feature -- Implementation
Result := input.value
end
set_value (v: STRING)
do
input.set_value (v)
end
feature -- Properties
input: WSF_INPUT_CONTROL