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 2wc%numtextrows = -1wc%numcolors = -1wc%title= "This is a test"Cwc%fontsize = Z'0008000C'status = SETWINDOWCONFIG(wc) ! attempt to set configuration with above values! if attempt fails, set with system estimated valuesif (.NOT.status) status = SETWINDOWCONFIG(wc)SETWINDOWMENUQQQuickWin Function: Sets a top-level menu as the menu to which a list of current child windownames is appended. This function is only available on Windows* systems.Module: USE IFQWINSyntaxresult = SETWINDOWMENUQQ (menuID)menuID(Input) INTEGER(4). Identifies the menu to hold the child window names, starting with 1 as theleftmost menu.Results:The result type is LOGICAL(4). The result is .TRUE. if successful; otherwise, .FALSE..The list of current child window names can appear in only one menu at a time. If the list ofwindows is currently in a menu, it is removed from that menu. By default, the list of childwindows appears at the end of the Window menu.CompatibilityQUICKWIN GRAPHICS LIBSee Also: “APPENDMENUQQ”, "Using QuickWin" and "Customizing QuickWin Applications"in your user’s guide,ExampleUSE IFQWINTYPE (windowconfig) wcLOGICAL(4) result, status /.FALSE./! Set title for child windowwc%numxpixels = -1wc%numypixels = -1wc%numtextcols = -12-435

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

Saved successfully!

Ooh no, something went wrong!