Enumeration
AtkValueType
Description [src]
Default types for a given value. Those are defined in order to easily get localized strings to describe a given value or a given subrange, using atk_value_type_get_localized_name().
Members
Name | Description |
---|---|
ATK_VALUE_VERY_WEAK |
No description available. |
ATK_VALUE_WEAK |
No description available. |
ATK_VALUE_ACCEPTABLE |
No description available. |
ATK_VALUE_STRONG |
No description available. |
ATK_VALUE_VERY_STRONG |
No description available. |
ATK_VALUE_VERY_LOW |
No description available. |
ATK_VALUE_LOW |
No description available. |
ATK_VALUE_MEDIUM |
No description available. |
ATK_VALUE_HIGH |
No description available. |
ATK_VALUE_VERY_HIGH |
No description available. |
ATK_VALUE_VERY_BAD |
No description available. |
ATK_VALUE_BAD |
No description available. |
ATK_VALUE_GOOD |
No description available. |
ATK_VALUE_VERY_GOOD |
No description available. |
ATK_VALUE_BEST |
No description available. |
ATK_VALUE_LAST_DEFINED |
No description available. |
Type functions
atk_value_type_get_localized_name
Gets the localized description string describing the AtkValueType
value_type
.
atk_value_type_get_name
Gets the description string describing the AtkValueType
value_type
.