Removed country chooser widget

This commit is contained in:
severin
2014-01-05 15:01:14 +01:00
parent 191a00649f
commit 514a44e022
11 changed files with 33 additions and 2477 deletions

View File

@@ -0,0 +1,28 @@
note
description: "Summary description for {WSF_DATETIME_CONTROL}."
author: ""
date: "$Date$"
revision: "$Revision$"
class
WSF_DATETIME_CONTROL
inherit
WSF_INPUT_CONTROL
rename
make as make_input
end
create
make
feature {NONE} -- Initialization
make (v: STRING)
-- Initialize with specified control name and text
do
make_input (v)
end
end