Window creation: Difference between revisions

m
→‎{{header|Phix}}: IupCloseOnEscape is now the default
m (→‎{{header|Phix}}: IupCloseOnEscape is now the default)
Line 1,759:
Ihandle dlg = IupDialog(IupVbox({IupLabel("hello")},"MARGIN=200x200"))
IupSetAttribute(dlg,"TITLE","Hello")
IupCloseOnEscape(dlg)
IupShow(dlg)
IupMainLoop()
7,804

edits