Related Include Files
The following files are located in the PV‑WAVE Standard Library. They are used in Widget Toolbox applications as include files. To include a file in a program, use the @ command. For example:
@wtxmclasses
wtxmclasses.pro—Contains definitions of Motif widget classes. Include this routine in every procedure that creates or handles Motif widgets.
wtxmconsts.pro—Contains definitions of Motif-related constants (for example,
Xm...). Include this routine in each procedure using Motif-related constants.
wtxlib.pro—Contains X Event mask and type definitions, and other Xlib constants for X Event handling. Include this file whenever you need to use these constants.
wtcursor.pro—Contains the indexes for standard and custom cursors.