Window creation: Difference between revisions

Line 1,642:
 
=={{header|Phix}}==
Phix ships with (at least) three gui libraries, four if you count win32lib, but I do not offer any support for that. Although not in the task description, I've decided to show how to make Escape close the window.<br>
Arwen has the largest number of demos, but is windows only.
<lang Phix>include demo\arwen\arwen.ew
Line 1,663:
 
WindowType = StandardWin
{} = Window("inwEWGtinwEWG demo",100,100,300,200)
 
procedure KeyPressed()
7,820

edits