EVRexx: Difference between revisions
Appearance
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
EVRexx is a package of external functions for REXX procedures. It enables the use of PM dialog windows by utilising | EVRexx is a package of external functions for REXX procedures. It enables the use of PM dialog windows by utilising EVRexx functions. | ||
==Functions== | |||
* EVRloadFuncs | |||
* EVRdropFuncs | |||
* EVRinit | |||
* EVRsetVars | |||
* EVRcleanup | |||
* EVRloadDialog | |||
* EVRmodalDialog | |||
* EVRmodelessDialog | |||
* EVRdestroyDialog | |||
* EVRmanageControl | |||
* EVRmessageBox | |||
* EVRfileDialog | |||
* EVRversion | |||
==License== | ==License== |
Revision as of 18:45, 2 May 2020
EVRexx is a package of external functions for REXX procedures. It enables the use of PM dialog windows by utilising EVRexx functions.
Functions
- EVRloadFuncs
- EVRdropFuncs
- EVRinit
- EVRsetVars
- EVRcleanup
- EVRloadDialog
- EVRmodalDialog
- EVRmodelessDialog
- EVRdestroyDialog
- EVRmanageControl
- EVRmessageBox
- EVRfileDialog
- EVRversion
License
- GNU GPL V2
- Author: Bernhard Bablok
Links
- evrexx.zip - Version 1.00 (1995-03-26)
- EVRexx source code at Github