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 2IdQWIN$MSG_PRINTINPROGRESSQWIN$MSG_HELPNOTAVAILQWIN$MSG_TITLETEXTMessage"Printing in progress...""Help Not Available for Menu Item""Graphic"QWIN$MSG_FILEOPENDLG and QWIN$MSG_BMPSAVEDLG control the text in filechoosing dialog boxes and have the following syntax:"file description, file designation"You can change any string produced by QuickWin by calling SETMESSAGEQQ with theappropriate id. This includes status messages displayed at the bottom of a QuickWin application,state messages (such as "Paused"), and dialog box messages. These messages can includemultibyte characters. (For more information on multibyte characters, see "Using NationalLanguage Support Routines" in your user’s guide.) To change menu messages, useMODIFYMENUSTRINGQQ.CompatibilityQUICKWIN GRAPHICS LIBSee Also: “MODIFYMENUSTRINGQQ”ExampleUSE IFQWINprint*, "Hello"CALL SETMESSAGEQQ('Changed exit text', QWIN$MSG_EXITQ)SETMOUSECURSORQuickwin Function: Sets the shape of the mouse cursor for the window in focus. This functionis only available on Windows* systems.Modules: USE IFQWIN, USE IFWINSyntaxoldcursor = SETMOUSECURSOR (newcursor)newcursor(Input) INTEGER(4). A Windows HCURSOR value. For many predefined shapes,LoadCursor(0, shape) is a convenient way to get a legitimate value. See the list of predefinedshapes in the table shown below in Results.A value of zero causes the cursor not to be displayed.2-413

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

Saved successfully!

Ooh no, something went wrong!