Update wikipage How to build a concurrent graphical application: EiffelVision with SCOOP. (Signed-off-by:alexk).

git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1528 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
eiffel-org
2016-04-01 13:42:24 +00:00
parent 1a8772e158
commit d1f56bf14d

View File

@@ -19,7 +19,7 @@ where s is of a separate type (e.g. separate T).
In the "make" creation procedure, create an EV_APPLICATION object, using an instruction such as
create my_app
with my_app of type EV_APPLICATION.
with my_app of type <eiffel>EV_APPLICATION</eiffel>.
Still in "make", create all the GUI elements. They will all be in the same processor that created the EV_APPLICATION object.