- getCurrentValue
void function(AtkValue* obj, GValue* value) getCurrentValue;
- getIncrement
double function(AtkValue* obj) getIncrement;
- getMaximumValue
void function(AtkValue* obj, GValue* value) getMaximumValue;
- getMinimumIncrement
void function(AtkValue* obj, GValue* value) getMinimumIncrement;
- getMinimumValue
void function(AtkValue* obj, GValue* value) getMinimumValue;
- getRange
AtkRange* function(AtkValue* obj) getRange;
- getSubRanges
GSList* function(AtkValue* obj) getSubRanges;
- getValueAndText
void function(AtkValue* obj, double* value, char** text) getValueAndText;
- parent
GTypeInterface parent;
Undocumented in source.
- setCurrentValue
int function(AtkValue* obj, GValue* value) setCurrentValue;
- setValue
void function(AtkValue* obj, double newValue) setValue;