Compare sorting algorithms' performance: Difference between revisions

Content added Content deleted
m (→‎{{header|Phix}}: IupCloseOnEscape no longer needed)
Line 2,253: Line 2,253:
IupSetAttributes(dlg, "RASTERSIZE=%dx%d", {640, 480})
IupSetAttributes(dlg, "RASTERSIZE=%dx%d", {640, 480})
IupSetAttribute(dlg, "TITLE", "Compare sorting algorithms")
IupSetAttribute(dlg, "TITLE", "Compare sorting algorithms")
IupCloseOnEscape(dlg)
IupShow(dlg)
IupShow(dlg)
IupSetInt(tabs, "VALUEPOS", tabidx-1)
IupSetInt(tabs, "VALUEPOS", tabidx-1)