Jump to content

SpUtils: Difference between revisions

From EDM2
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{DISPLAYTITLE:spUtils}}
{{DISPLAYTITLE:spUtils}}
Also known as '''Tim's REXX Utility Package'''. spUtils is a [[REXX]] extension library which provides functions to access the registry, PM API functions for manipulation window controls, and much more.
'''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.


==Documentation==
==Functions==
* [[SpUtils - Rexx Utility Package - Reference Manual]]
<div style="column-count:2;-moz-column-count:2;-webkit-column-count:2">
* [[SpUtils Functions]]
;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==
==Files==
Line 11: Line 70:
==License==
==License==
* Open Source - [[MIT license]]
* Open Source - [[MIT license]]
* Author: [[Tim Mecking]]


==Links==
==Links==
* [http://hobbes.nmsu.edu/h-search.php?key=spUtils spUtils Preview Release 1 - 2004/02/16]
* {{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]
==Author==
* [[Tim Mecking]]


[[Category:REXX Function Library]][[Category:Open Source Software]]
[[Category:REXX Function Library]][[Category:Open Source Software]]

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
Functions related to PM API
WIN API Registry Functions

See also: SpUtils - Rexx Utility Package - Reference Manual

Files

License

Links