ABOUTBOXQQ QuickWin Function: Specifies the information displayed in the message box that appears when the user selects the About command from a QuickWin application's Help menu. This routine is only available for Windows.
APPENDMENUQQ QuickWin Function: Appends a menu item to the end of a menu and registers its callback subroutine. This routine is only available for Windows.
CLICKMENUQQ QuickWin Function: Simulates the effect of clicking or selecting a menu command. The QuickWin application responds as though the user had clicked or selected the command. This routine is only available for Windows.
DELETEMENUQQ QuickWin Function: Deletes a menu item from a QuickWin menu. This routine is only available for Windows.
FOCUSQQ QuickWin Function: Sets focus to the window with the specified unit number. This routine is only available for Windows.
GETACTIVEQQ QuickWin Function: Returns the unit number of the currently active child window. This routine is only available for Windows.
GETEXITQQ QuickWin Function: Returns the setting for a QuickWin application's exit behavior. This routine is only available for Windows.
GETHWNDQQ QuickWin Function: Converts a window unit number into a Windows* handle. This routine is only available for Windows.
GETUNITQQ QuickWin Function: Returns the unit number corresponding to the specified Windows* handle. This routine is only available for Windows.
GETWINDOWCONFIG QuickWin Function: Returns the properties of the current window. This routine is only available for Windows.
GETWSIZEQQ QuickWin Function: Returns the size and position of a window. This routine is only available for Windows.
INCHARQQ QuickWin Function: Reads a single character input from the keyboard and returns the ASCII value of that character without any buffering. This routine is only available for Windows.
INITIALSETTINGS QuickWin Function: Initializes QuickWin. This routine is only available for Windows.
INQFOCUSQQ QuickWin Function: Determines which window has the focus. This routine is only available for Windows.
INSERTMENUQQ QuickWin Function: Inserts a menu item into a QuickWin menu and registers its callback routine. This routine is only available for Windows.
INTEGERTORGB QuickWin Subroutine: Converts an RGB color value into its red, green, and blue components. This routine is only available for Windows.
MESSAGEBOXQQ QuickWin Function: Displays a message box in a QuickWin window. This routine is only available for Windows.
MODIFYMENUFLAGSQQ QuickWin Function: Modifies a menu item's state. This routine is only available for Windows.
MODIFYMENUROUTINEQQ QuickWin Function: Changes a menu item's callback routine. This routine is only available for Windows.
MODIFYMENUSTRINGQQ QuickWin Function: Changes a menu item's text string. This routine is only available for Windows.
PASSDIRKEYSQQ QuickWin Function: Determines the behavior of direction and page keys in a QuickWin application. This routine is only available for Windows.
REGISTERMOUSEEVENT QuickWin Function: Registers the application-supplied callback routine to be called when a specified mouse event occurs in a specified window. This routine is only available for Windows.
RGBTOINTEGER QuickWin Function: Converts three integers specifying red, green, and blue color intensities into a four-byte RGB integer for use with RGB functions and subroutines. This routine is only available for Windows.
SETACTIVEQQ QuickWin Function: Makes a child window active, but does not give it focus. This routine is only available for Windows.
SETEXITQQ QuickWin Function: Sets a QuickWin application's exit behavior. This routine is only available for Windows.
SETMESSAGEQQ QuickWin Subroutine: Changes QuickWin status messages, state messages, and dialog box messages. This routine is only available for Windows.
SETMOUSECURSOR Quickwin Function: Sets the shape of the mouse cursor for the window in focus. This routine is only available for Windows.
SETWINDOWCONFIG QuickWin Function: Sets the properties of a child window. This routine is only available for Windows.
SETWINDOWMENUQQ QuickWin Function: Sets a top-level menu as the menu to which a list of current child window names is appended. This routine is only available for Windows.
SETWSIZEQQ QuickWin Function: Sets the size and position of a window. This routine is only available for Windows.
UNREGISTERMOUSEEVENT QuickWin Function: Removes the callback routine registered for a specified window by an earlier call to REGISTERMOUSEEVENT. This routine is only available for Windows.
WAITONMOUSEEVENT QuickWin Function: Waits for the specified mouse input from the user. This routine is only available for Windows.