moved wizard under tools/estudio_wizard

This commit is contained in:
2015-03-05 16:01:45 +01:00
parent b26504b4a1
commit f81e5251e8
64 changed files with 0 additions and 0 deletions
@@ -0,0 +1,39 @@
note
description: "Summary description for {GRAPHICAL_WIZARD_WINDOW}."
author: ""
date: "$Date$"
revision: "$Revision$"
deferred class
GRAPHICAL_WIZARD_WINDOW
inherit
EV_TITLED_WINDOW
rename
data as widget_data
redefine
create_interface_objects,
initialize
end
GRAPHICAL_WIZARD_APPLICATION
rename
initialize as initialize_wizard
undefine
default_create, copy
end
feature {NONE} -- Initialize
create_interface_objects
do
initialize_wizard
end
initialize
do
Precursor
build_interface (Current)
end
end