SpUtils: Difference between revisions
Appearance
mNo edit summary |
|||
Line 73: | Line 73: | ||
==Links== | ==Links== | ||
* [//hobbes.nmsu.edu/download/pub/os2/dev/ | * [//hobbes.nmsu.edu/download/pub/os2/dev/libraries/misc/spUtils_0-1.zip spUtils_0-1.zip] - spUtils Preview Release 1 (2004-02-16) | ||
* [https://github.com/OS2World/LIB-REXX-sputils Github Source Code] | * [https://github.com/OS2World/LIB-REXX-sputils Github Source Code] | ||
[[Category:REXX Function Library]][[Category:Open Source Software]] | [[Category:REXX Function Library]][[Category:Open Source Software]] |
Revision as of 02:26, 19 December 2022
spUtils (also known as Tim's REXX Utility Package) is a REXX extension library which provides functions to access the registry, PM API functions for manipulation window controls, and much more.
Functions
- Base
- DOS API Functions
- Functions related to DOS API
- PM API WinDialogs Functions
- PM API WinInput Functions
- PM API WinMessageMgr Functions
- PM API WinPointers Functions
- PM API WinSys Functions
- PM API WindowMgr Functions
- spIsChild
- spIsControlEnabled
- spIsMenuItemChecked
- spIsMenuItemEnabled
- spIsMenuItemValid
- spIsWindow
- spIsWindowEnabled
- spIsWindowShowing
- spIsWindowVisible
- spQueryActiveWindow
- spQueryButtonCheckstate
- spQueryLboxCount
- spQueryLboxSelectedItem
- spQueryWindow
- spQueryWindowPos
- spQueryWindowText
- spSetWindowText
- spWindowFromID
- Functions related to PM API
- WIN API Registry Functions
See also: SpUtils - Rexx Utility Package - Reference Manual
Files
License
- Open Source - MIT license
- Author: Tim Mecking
Links
- spUtils_0-1.zip - spUtils Preview Release 1 (2004-02-16)
- Github Source Code