SpUtils Functions: Difference between revisions
Appearance
mNo edit summary |
|||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:spUtils Functions}} | {{DISPLAYTITLE:spUtils Functions}} | ||
General information is available at the [[spUtils]] page. | General information is available at the [[spUtils]] page. | ||
==License== | ==License== | ||
Line 10: | Line 6: | ||
==Function Reference== | ==Function Reference== | ||
<div style="column-count:2;-moz-column-count:2;-webkit-column-count:2"> | <div style="column-count:2;-moz-column-count:2;-webkit-column-count:2"> | ||
===Base=== | ===Base=== | ||
Line 80: | Line 75: | ||
* [[spRegistry]] | * [[spRegistry]] | ||
</div> | </div> | ||
==Links== | |||
* [https://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] | |||
[[Category:REXX Function Library]] | [[Category:REXX Function Library]] |
Revision as of 03:10, 18 January 2020
General information is available at the spUtils page.
License
- Open Source - MIT license
Function Reference
Base
DOS API Functions
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
WIN API Registry Functions
Links
- sputils01.zip - spUtils Preview Release 1 - 2004-02-16
- Github Source Code