Brownian tree: Difference between revisions

Content deleted Content added
Chkas (talk | contribs)
Petelomax (talk | contribs)
m →‎{{header|Phix}}: IupCloseOnEscape no longer needed
Line 2,949: Line 2,949:
dlg = IupDialog(canvas, "RESIZE=NO")
dlg = IupDialog(canvas, "RESIZE=NO")
IupSetAttribute(dlg, "TITLE", "Brownian Tree")
IupSetAttribute(dlg, "TITLE", "Brownian Tree")
IupCloseOnEscape(dlg)
IupSetCallback(canvas, "ACTION", Icallback("redraw_cb"))
IupSetCallback(canvas, "ACTION", Icallback("redraw_cb"))