12.07.2015 Views

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Descriptions of the Library Routines 2• WINPRINT – Prints the program.• WINSAVE – Saves the program.• WINEXIT – Terminates the program.• WINSELECTTEXT – Selects text from the current window.• WINSELECTGRAPHICS – Selects graphics from the current window.• WINSELECTALL – Selects the entire contents of the current window.• WININPUT – Brings to the top the child window requesting input and makes it the currentwindow.• WINCOPY – Copies the selected text and/or graphics from the current window to theClipboard.• WINPASTE – Allows the user to paste Clipboard contents (text only) to the current textwindow of the active window during a READ.• WINCLEARPASTE – Clears the paste buffer.• WINSIZETOFIT – Sizes output to fit window.• WINFULLSCREEN – Displays output in full screen.• WINSTATE – Toggles between pause and resume states of text output.• WINCASCADE – Cascades active windows.• WINTILE – Tiles active windows.• WINARRANGE – Arranges icons.• WINSTATUS – Enables a status bar.• WININDEX – Displays the index for QuickWin help.• WINUSING – Displays information on how to use Help.• WINABOUT – Displays information about the current QuickWin application.• NUL – No callback routine.Results:The result type is logical. It is .TRUE. if successful; otherwise, .FALSE..You do not need to specify a menu item number, because APPENDMENUQQ always adds thenew item to the bottom of the menu list. If there is no item yet for a menu, your appended item istreated as the top-level menu item (shown on the menu bar), and text becomes the menu title.APPENDMENUQQ ignores the callback routine for a top-level menu item if there are any othermenu items in the menu. In this case, you can set routine to NUL.If you want to insert a menu item into a menu rather than append to the bottom of the menu list,use INSERTMENUQQ.The constants available for flags can be combined with an inclusive OR where reasonable, forexample $MENUCHECKED .OR. $MENUENABLED. Some combinations do not make sense,such as $MENUENABLED and $MENUDISABLED, and lead to undefined behavior.2-7

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

Saved successfully!

Ooh no, something went wrong!