set_current_value


Description:

[ Version ( deprecated = true ) ]
public abstract bool set_current_value (Value value)

Warning: set_current_value is deprecated.

Sets the value of this object.

Note:

Since 2.12.

Use set_value instead.

Parameters:

this

a GObject instance that implements AtkValueIface

value

a Value which is the desired new accessible value.

Returns:

true if new value is successfully set, false otherwise.