mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-07 23:32:42 +01:00
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:
@@ -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
|
In the "make" creation procedure, create an EV_APPLICATION object, using an instruction such as
|
||||||
create my_app
|
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.
|
Still in "make", create all the GUI elements. They will all be in the same processor that created the EV_APPLICATION object.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user