SpUtils: Difference between revisions
Appearance
mNo edit summary |
No edit summary |
||
(7 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:spUtils}} | |||
'''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== | ||
* [[SpUtils - Rexx Utility Package - Reference Manual]] | <div style="column-count:2;-moz-column-count:2;-webkit-column-count:2"> | ||
* [[ | ;Base | ||
* [[spLoadFuncs]] | |||
* [[spDropFuncs]] | |||
* [[spVersion]] | |||
* [[spSetAutoSleep]] | |||
* [[spD2X]] | |||
;DOS API Functions | |||
* [[spQuerySysInfo]] | |||
* [[spSleep]] | |||
* [[spKillProcess]] | |||
;Functions related to DOS API | |||
* [[spKillAll]] | |||
* [[spGetPidList]] | |||
* [[spFilenameFromPid]] | |||
* [[spGetBootdrive]] | |||
;PM API WinDialogs Functions | |||
* [[spQueryDlgItemText]] | |||
* [[spQueryDlgItemTextLength]] | |||
* [[spSetDlgItemText]] | |||
;PM API WinInput Functions | |||
* [[spQueryCapture]] | |||
* [[spQueryFocus]] | |||
* [[spSetFocus]] | |||
;PM API WinMessageMgr Functions | |||
* [[spPostMsg]] | |||
;PM API WinPointers Functions | |||
* [[spQueryPointerPos]] | |||
* [[spSetPointerPos]] | |||
;PM API WinSys Functions | |||
* [[spQuerySysValue]] | |||
;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 | |||
* [[spFindWindowHandle]] | |||
* [[spFindWindowHandles]] | |||
* [[spMPFROM2SHORT]] | |||
* [[spMPFROMSH2CH]] | |||
* [[spQueryWindowID]] | |||
;WIN API Registry Functions | |||
* [[spRegistry]] | |||
</div> | |||
See also: [[SpUtils - Rexx Utility Package - Reference Manual]] | |||
==Files== | |||
* [[SPUTILS.DLL]] | |||
==License== | ==License== | ||
* Open Source - [[MIT license]] | * Open Source - [[MIT license]] | ||
* Author: [[Tim Mecking]] | |||
==Links== | ==Links== | ||
* | * {{FileLink|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: |
Latest revision as of 15:31, 27 January 2024
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