This library has 37 classes.
ECF: wel-x.ecf
Extensions for WEL GUI library.
Dialog
Wel event listener
Window layout
Batch processing dialog
Control
Integer edit field
Push button
Real edit field
Script name edit field
Text edit field
Editable
Editable boolean
Editable integer
Editable real
Editable string
Editable value
Base class for an application configuration class. Configuration fields are editable either from the command line or a GUI editor. Change listeners can be registered for each editable field.
Command line arg
Edit listener
Graphicis mode (GM) constants.
Circular light that ligths up Green for ON and Red for OFF
Alt arrow key capture
Console history navigation button
Console manager dialog
Thread name drop down list
Module system fonts
Wel api
Wel conversion
Object that wraps:
typedef struct _DISPLAY_DEVICE { DWORD cb; TCHAR DeviceName[32]; TCHAR DeviceString[128]; DWORD StateFlags; TCHAR DeviceID[128]; TCHAR DeviceKey[128]; } DISPLAY_DEVICE, *PDISPLAY_DEVICE;
Wel display monitor api
Reads primary monitor information from registry EDID entry
WEL_FONT with fast is_proportional function
Object for installing a new system true type font
Implementation of EL_MAIN_THREAD_EVENT_REQUEST_QUEUE for calling procedures from main application thread
Routines allowing threads other than the main Windows thread to make (asynchronous) calls to WEL routines. This is done by 'posting' rather than 'sending' messages to the Windows message queue. (The message is processed later by the Windows thread) This is needed because if an external thread makes a synchronous (immediate) call to a Windows routine, the application will freeze. :-(
Wel frame window
Wel main dialog