Import line: | Atk = imports.gi.Atk; |
GIR File: | Atk-1.0.gir |
C documentation: | AtkValue |
Interface : | Value |
Implementations: | Atk.NoOpObject |
None |
Method / Constructor | Defined By | |
---|---|---|
get_current_value
(Value value)
:
none
Gets the value of this object.
Gets the value of this object.
|
Atk.Value | |
get_maximum_value
(Value value)
:
none
Gets the maximum value of this object.
Gets the maximum value of this object.
|
Atk.Value | |
get_minimum_increment
(Value value)
:
none
Gets the minimum increment by which the value of this object may be changed.
Gets the minimum increment by which the value of this object may be changed. If zero,
the minimum increment is undefined, which may mean that it is limited only by the floating point precision of the platform.
|
Atk.Value | |
get_minimum_value
(Value value)
:
none
Gets the minimum value of this object.
Gets the minimum value of this object.
|
Atk.Value | |
Sets the value of this object.
Sets the value of this object.
|
Atk.Value |
None |