Jump to content

XWorkplace Widget Library: Difference between revisions

From EDM2
Created page with "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. * Sp..."
 
Ak120 (talk | contribs)
 
(2 intermediate revisions by one other user not shown)
Line 2: Line 2:
* REXX button widget displays a button which represents a REXX script. If you press that button, the script it contains will run.   
* 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.  
* 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.  
* 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
;Files
* rbutton.dll
* rbutton.dll
Line 11: Line 10:
==License==
==License==
* GNU GPL V2
* GNU GPL V2
* Author: Martin Lafaix
* Author: [[Martin Lafaix]]


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

Latest revision as of 17:16, 26 November 2020

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