Window creation: Difference between revisions

Content added Content deleted
(Omitted EasyLang)
Line 810: Line 810:
gsv+close drop
gsv+close drop
[THEN]</syntaxhighlight>
[THEN]</syntaxhighlight>

===iMops===
{{works with|iMops on MacOS}}
<syntaxhighlight lang="iMops">

Window+ w \ create a window
View v \ create a view
300 30 430 230 put: frameRect \ size a rectangle for the view
frameRect " Test" docWindow v new: w \ activate the view and window
show: w \ display the window

</syntaxhighlight>


=={{header|FreeBASIC}}==
=={{header|FreeBASIC}}==