XWorplace Widget Library: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
m Martini moved page Martin's Widget Library to XWorplace Widget Library without leaving a redirect
No edit summary
 
Line 1: Line 1:
A set of XWorkplace Widget libraries.
* REXX button widget displays a button which represents a REXX script. If you press that button, the script it contains will run. 
* Spacer widget adds an empty space on the XCenter. This empty space does nothing special.
* REXX gauge widget displays a gauge whose appearance is defined by a REXX script. The script is run at regular intervals, and the gauge is updated accordingly. 
;Files
* rbutton.dll
* rgauge.dll
* spacer.dll
==License==
* GNU GPL V2
* Author: [[Martin Lafaix]]


==Links==
==Links==
* [http://web.archive.org/web/20051217214444/http://lafaix.online.fr/wpi/]
* [http://web.archive.org/web/20080521073010/http://lafaix.online.fr/wpi/ Download]


[[Category:Dump]]
[[Category:Dump]]

Latest revision as of 03:41, 21 December 2022

A set of XWorkplace Widget libraries.

  • REXX button widget displays a button which represents a REXX script. If you press that button, the script it contains will run.
  • Spacer widget adds an empty space on the XCenter. This empty space does nothing special.
  • REXX gauge widget displays a gauge whose appearance is defined by a REXX script. The script is run at regular intervals, and the gauge is updated accordingly.
Files
  • rbutton.dll
  • rgauge.dll
  • spacer.dll

License

Links