Table of Contents

Efl.Text.text

Description

The text string to be displayed by the given text object.

Do not release (free) the returned value.

Since 1.22

Values

  • text - Text string to display.

Signature

@property text @pure_virtual {
    get {}
    set {}
    values {
        text: string;
    }
}

C signature

const char *efl_text_get(const Eo *obj);
void efl_text_set(Eo *obj, const char *text);

Implemented by