インテル® Fortran コンパイラー 19.0 デベロッパー・ガイドおよびリファレンス
The following table lists Quickwin library routines.
Programs that use these routines must access the appropriate library with USE IFQWIN. These routines are restricted to Windows* systems.
Name |
Routine Type |
Description |
---|---|---|
Function |
Adds an About Box with customized text. |
|
Function |
Appends a menu item. |
|
Function |
Sends menu click messages to the application window. |
|
Function |
Deletes a menu item. |
|
Function |
Makes a child window active, and gives focus to the child window. |
|
Function |
Gets the unit number of the active child window. |
|
Function |
Gets the setting for a QuickWin application's exit behavior. |
|
Function |
Gets the true windows handle from window with the specified unit number. |
|
Function |
Returns the current window's properties. |
|
Function |
Gets the size of the child or frame window. |
|
Function |
Gets the unit number corresponding to the specified windows handle. Inverse of GETHWNDQQ. |
|
Function |
Reads a keyboard input and return its ASCII value. |
|
Function |
Controls initial menu settings and initial frame window settings. |
|
Function |
Determines which window is active and has the focus. |
|
Function |
Inserts a menu item. |
|
Subroutine |
Converts a true color value into its red, green and blue components. |
|
Function |
Displays a message box. |
|
Function |
Modifies a menu item state. |
|
Function |
Modifies a menu item's callback routine. |
|
Function |
Changes a menu item's text string. |
|
Function |
Determines the behavior of direction and page keys. |
|
Function |
Registers the application-defined routines to be called on mouse events. |
|
Function |
Converts a trio of red, green and blue values to a true color value for use with RGB functions and subroutines. |
|
Function |
Makes the specified window the current active window without giving it the focus. |
|
Function |
Sets a QuickWin application's exit behavior. |
|
Subroutine |
Changes any QuickWin message, including status bar messages, state messages and dialog box messages. |
|
Function |
Sets the mouse cursor for the window in focus. |
|
Function |
Configures the current window's properties. |
|
Function |
Sets the Window menu to which current child window names will be appended. |
|
Function |
Sets the size of the child or frame window. |
|
Function |
Removes the callback routine registered by REGISTERMOUSEEVENT. |
|
Function |
Blocks return until a mouse event occurs. |