|
|
Line 1: |
Line 1: |
| {{DISPLAYTITLE:spUtils Functions}}
| | #REDIRECT[[spUtils]] |
| General information is available at the [[spUtils]] page.
| |
| | |
| ==License==
| |
| * Open Source - [[MIT license]]
| |
| | |
| ==Function Reference==
| |
| <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>
| |
| | |
| ==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]]
| |