Added generalized input control similiar to text

This commit is contained in:
Severin Münger
2013-09-02 03:44:30 +02:00
parent bc6b4f90c3
commit 16c89180d2
3 changed files with 15 additions and 3 deletions

View File

@@ -16,10 +16,10 @@ create
feature {NONE}
make_button (n: STRING; v: STRING)
make_button (n: STRING; t: STRING)
do
make (n)
text := v
text := t
end
feature {WSF_PAGE_CONTROL, WSF_CONTROL} -- STATE MANAGEMENT