Mini Shell

Direktori : /usr/lib/python3.6/site-packages/pyatspi/__pycache__/
Upload File :
Current File : //usr/lib/python3.6/site-packages/pyatspi/__pycache__/value.cpython-36.pyc

3

���X8�@s6ddlmZddlTddlTdgZGdd�de�ZdS)�)�Atspi)�*�Valuec@szeZdZdZdd�Zdd�ZdZeeeed�Zdd	�Z	d
Z
ee	e
d�Zdd
�ZdZ
eee
d�Zdd�ZdZeeed�ZdS)rz�
        An interface supporting controls which allow a one-dimensional,
        scalar quantity to be modified or which reflect a scalar quantity.
        (If STATE_EDITABLE is not present, the valuator is treated as
        "read only".
        cCstjj|j�S)N)rrZget_current_value�obj)�self�r�/usr/lib/python3.6/value.py�get_currentValue"szValue.get_currentValuecCstjj|j|�dS)N)rrZset_current_valuer)r�valuerrr�set_currentValue$szValue.set_currentValuezD
                The current value of the valuator.
                )�fget�fset�doccCstjj|j�S)N)rrZget_maximum_valuer)rrrr�get_maximumValue,szValue.get_maximumValuezM
                The maximum value allowed by this valuator.
                )rrcCstjj|j�S)N)rrZget_minimum_incrementr)rrrr�get_minimumIncrement4szValue.get_minimumIncrementz�
                The smallest incremental change which this valuator allows. If
                0, the incremental changes to the valuator are limited only by
                the precision of a double precision value on the platform.
                cCstjj|j�S)N)rrZget_minimum_valuer)rrrr�get_minimumValue>szValue.get_minimumValuezM
                The minimum value allowed by this valuator.
                N)�__name__�
__module__�__qualname__�__doc__r	rZ_currentValueDoc�propertyZcurrentValuerZ_maximumValueDocZmaximumValuerZ_minimumIncrementDocZminimumIncrementrZ_minimumValueDocZminimumValuerrrrrsN)Z
gi.repositoryrZ
pyatspi.utilsZpyatspi.interface�__all__Z	interfacerrrrr�<module>s