12.07.2015 Views

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Descriptions of the Library Routines 2! Append item to the bottom of the first (FILE) menustr = '&Add to File Menu'Cresult = APPENDMENUQQ(1, $MENUENABLED, str, WINSTATUS)! Change the name of the first item in the first menustr ='&Browse'Cresult = MODIFYMENUSTRINGQQ (1, 1, str)ENDMOVETO, MOVETO_WGraphics Subroutines: Move the current graphics position to a specified point. No drawingoccurs. These subroutines are only available on Windows* systems.Module: USE IFQWINSyntaxCALL MOVETO (x, y, t)CALL MOVETO_W (wx, wy, wt)x, y(Input) INTEGER(2). Viewport coordinates of the new graphics position.t(Output) Derived type xycoord. Viewport coordinates of the previous graphics position. Thederived type xycoord is defined in IFQWIN.F90 as follows:TYPE xycoordINTEGER(2) xcoord ! x coordinateINTEGER(2) ycoord ! y coordinateEND TYPE xycoordwx, wy(Input) REAL(8). Window coordinates of the new graphics position.wt(Output) Derived type wxycoord. Window coordinates of the previous graphics position. Thederived type wxycoord is defined in IFQWIN.F90 as follows:TYPE wxycoordREAL(8) wx ! x window coordinateREAL(8) wy ! y window coordinateEND TYPE wxycoord2-219

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!