Plasma effect: Difference between revisions

Content added Content deleted
m (→‎{{header|Processing Python mode}}: space around operators)
m (→‎{{header|Phix}}: IupCloseOnEscape no longer needed)
Line 1,205: Line 1,205:
dlg = IupDialog(canvas)
dlg = IupDialog(canvas)
IupSetAttribute(dlg, "TITLE", "Plasma")
IupSetAttribute(dlg, "TITLE", "Plasma")
IupCloseOnEscape(dlg)


IupShow(dlg)
IupShow(dlg)