Linux

  
[scriptable, uuid(f4abbc2f-0f28-47dc-a9e9-f7a1719ab2be)]
interface nsIAccessibleValue : nsISupports

Attributes


        
readonly attribute double currentValue

        
readonly attribute double maximumValue

        
readonly attribute double minimumValue

Methods

 We want to be able to return a success condition of the value
   getting set. ie if the value is not within the interval of
   minimumValue-maximumValue
boolean setCurrentValue(in double value)