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.

2 Intel <strong>Fortran</strong> <strong>Libraries</strong> <strong>Reference</strong>wc%numtextrows = -1wc%numcolors = -1wc%fontsize = -1wc%title= "I am child window name"Cif (.NOT.status) status = SETWINDOWCONFIG(wc)! put child window list under menu 3 (View)result = SETWINDOWMENUQQ(3)ENDSETWRITEMODEGraphics Function: Sets the current logical write mode, which is used when drawing lines withthe LINETO, POLYGON, and RECTANGLE functions. This function is only available onWindows* systems.Module: USE IFQWINSyntaxresult = SETWRITEMODE (wmode)wmode(Input) INTEGER(2). Write mode to be set. One of the following symbolic constants (defined inIFQWIN.F90):• $GPSET – Causes lines to be drawn in the current graphics color. (Default)• $GAND – Causes lines to be drawn in the color that is the logical AND of the currentgraphics color and the current background color.• $GOR – Causes lines to be drawn in the color that is the logical OR of the current graphicscolor and the current background color.• $GPRESET – Causes lines to be drawn in the color that is the logical NOT of the currentgraphics color.• $GXOR – Causes lines to be drawn in the color that is the logical exclusive OR (XOR) of thecurrent graphics color and the current background color.In addition, one of the following binary raster operation constants can be used (described in theonline documentation for the Windows* API SetROP2):• $GR2_BLACK• $GR2_NOTMERGEPEN• $GR2_MASKNOTPEN• $GR2_NOTCOPYPEN (same as $GPRESET)• $GR2_MASKPENNOT2-436

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

Saved successfully!

Ooh no, something went wrong!