Draw a rotating cube: Difference between revisions

Content deleted Content added
Thundergnat (talk | contribs)
m →‎{{header|Raku}}: Tweak for stricter List / Array semantics
Petelomax (talk | contribs)
m →‎{{header|Phix}}: IupCloseOnEscape no longer needed
Line 1,895: Line 1,895:
Ihandle dlg = IupDialog(IupVbox({canvas}))
Ihandle dlg = IupDialog(IupVbox({canvas}))
IupSetAttribute(dlg,"TITLE","Draw a Rotating Cube");
IupSetAttribute(dlg,"TITLE","Draw a Rotating Cube");
IupCloseOnEscape(dlg)
IupShow(dlg)
IupShow(dlg)
IupSetAttribute(canvas, "RASTERSIZE", NULL)
IupSetAttribute(canvas, "RASTERSIZE", NULL)