Bilinear interpolation: Difference between revisions

Content added Content deleted
m (→‎{{header|Phix}}: IupDestroy is now a function)
m (→‎{{header|Phix}}: IupCloseOnEscape no longer needed)
Line 755: Line 755:
IupHbox({label1, label2})}))
IupHbox({label1, label2})}))
IupSetAttribute(dlg, "TITLE", "Bilinear interpolation")
IupSetAttribute(dlg, "TITLE", "Bilinear interpolation")
IupCloseOnEscape(dlg)
IupShow(dlg)
IupShow(dlg)