Added WSF_LAYOUT_CONTROL

This commit is contained in:
severin
2013-11-05 15:39:42 +01:00
parent 7c11de3073
commit 85369d5247
4 changed files with 82 additions and 3 deletions

View File

@@ -0,0 +1,28 @@
note
description: "Summary description for {WSF_NAVLIST_ITEM}."
author: ""
date: "$Date$"
revision: "$Revision$"
class
WSF_NAVLIST_ITEM
inherit
WSF_BUTTON_CONTROL
rename
make as make_button
end
create
make
feature {NONE} -- Initialization
make (n, t: STRING)
do
make_control (n, "a")
text := t
end
end