Efl.Input.Key.compose_string

Description

A UTF8 string if this keystroke has modified a string in the middle of being composed.

This string replaces the previous one.

Since 1.23

Values

  • val - Composed string in UTF8.

Signature

@property compose_string {
    get {}
    set {}
    values {
        val: string;
    }
}

C signature

const char *efl_input_key_compose_string_get(const Eo *obj);
void efl_input_key_compose_string_set(Eo *obj, const char *val);

Implemented by