Jump to content

SpUtils: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Ak120 (talk | contribs)
mNo edit summary
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==
* [Preview Release 1 - 2004/02/16]
* [//hobbes.nmsu.edu/download/pub/os2/dev/rexx/sputils01.zip sputils01.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]]

Revision as of 19:05, 2 May 2020

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