PropState
Description:
[ CCode ( cprefix = "PROP_STATE_" , type_id = "ibus_prop_state_get_type ()" ) ]
public enum PropState
State of Property.
The actual effect depends on PropType of the IBusProperty.
- PROP_TYPE_TOGGLE
- Emphasized if PROP_STATE_CHECKED, normal otherwise.
- PROP_TYPE_RADIO
- Option checked if PROP_STATE_CHECKED, unchecked otherwise.
No effect on other types.
Content:
Enum values:
- CHECKED - Property option is checked.
- INCONSISTENT - The state is
inconsistent with the associated IME property.
- UNCHECKED - Property option is unchecked.