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 2ireqGMTIME(Input) INTEGER(4). Specifies what information is obtained. The following symbolic constants,defined in IFQWIN.F90, are available:• QWIN$SIZEMAX – Gets information about the maximum window size.• QWIN$SIZECURR – Gets information about the current window size.winfo(Output) Derived type qwinfo. Physical coordinates of the window’s upper-left corner, and thecurrent or maximum height and width of the window’s client area (the area within the frame). Thederived type qwinfo is defined in IFQWIN.F90 as follows:TYPE QWINFOINTEGER(2) TYPE ! request type (controls! SETWSIZEQQ)INTEGER(2) X ! x coordinate for upper leftINTEGER(2) Y ! y coordinate for upper leftINTEGER(2) H ! window heightINTEGER(2) W ! window widthEND TYPE QWINFOResults:The result type is INTEGER(4). The result is zero if successful; otherwise, nonzero.The position and dimensions of child windows are expressed in units of character height andwidth. The position and dimensions of the frame window are expressed in screen pixels.The height and width returned for a frame window reflects the size in pixels of the client areaexcluding any borders, menus, and status bar at the bottom of the frame window. You shouldadjust the values used in SETWSIZEQQ to take this into account.The client area is the area actually available to place child windows.CompatibilityQUICKWIN GRAPHICS LIBSee Also: “GETWINDOWCONFIG”, “SETWSIZEQQ”, "Using QuickWin" in your user’s guidePortability Subroutine: Returns the Greenwich mean time in an array of time elements.Module: USE IFPORTSyntaxCALL GMTIME (stime, tarray)2-157

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

Saved successfully!

Ooh no, something went wrong!