Visible to Intel only — GUID: GUID-C9FA1D1B-E1D1-44CC-B0D2-CB5C3AECFFCC
Special Naming Convention for Certain QuickWin and Windows* Graphics Routines
Comparing QuickWin with Windows*-Based Applications
Using Windows API Routines with QuickWin
Types of QuickWin Programs
The QuickWin User Interface
USE Statement Needed for Fortran QuickWin Applications
Creating QuickWin Windows
Using QuickWin Graphics Library Routines
Selecting Display Options
Checking the Current Graphics Mode
Setting the Graphics Mode
Setting Figure Properties
Understanding Coordinate Systems
Adding Color
Writing a Graphics Program
Displaying Graphics Output
Storing and Retrieving Images
Customizing QuickWin Applications
QuickWin Programming Precautions
Simulating Nonblocking I/O
Visible to Intel only — GUID: GUID-C9FA1D1B-E1D1-44CC-B0D2-CB5C3AECFFCC
Using Windows API Routines with QuickWin
You can convert the unit numbers of QuickWin windows to Windows handles with the GETHWNDQQ QuickWin function. You should not use Windows GDI to draw on QuickWin windows because QuickWin keeps a window buffer and the altered window would be destroyed on redraw. You can use Windows OS subclassing to intercept graphics messages bound for QuickWin before QuickWin receives them.
Parent topic: Using QuickWin