Name
Prop.Decrease -- decrease value of prop gadget
Synopsis
mui.DoMethod(id, "Decrease", amount)
Function
This method decreases the value of a proportional gadget by the specified amount. Negative values are ok. Range checking is done automatically.

Inputs
id
id of the application object
amount
amount to substract from the gadget's current position.

Show TOC