Greyscale bars/Display: Difference between revisions

Content added Content deleted
m (→‎{{header|Phix}}: IupCloseOnEscape no longer needed)
Line 1,302: Line 1,302:
IupSetAttribute(dlg, "TITLE", "Greyscale bars")
IupSetAttribute(dlg, "TITLE", "Greyscale bars")
IupSetCallback(canvas, "ACTION", Icallback("redraw_cb"))
IupSetCallback(canvas, "ACTION", Icallback("redraw_cb"))
IupCloseOnEscape(dlg)


IupMap(dlg)
IupMap(dlg)