WEL is an encapsulation of the Win32 Application Programming Interface (API), and provides users with a powerful means of creating Win32 Applications.
Components
The WEL library includes the following clusters:
- windows cluster containing classes representing available windows types
- controls cluster containing classes representing available controls
- stddlgs cluster containing classes representing standard Win32 dialogs
- consts cluster which contains constants used by WEL
- gdi cluster which contains classes allowing access to WIN32 Graphics Device Interfaces
- gdistock cluster which contains standard Graphic Device Interfaces used by WEL
- messages cluster which contains classes encapsulating windows messages
- shared cluster which contains classes encapsulating system wide shared
- structs cluster which contains classes for data structures required by Win32
- support cluster which contains many supporting classes