Efl.Canvas.Text.password

Description

Whether text is a password

Values

  • enabled - true if the text is a password, false otherwise

Overridden from Efl.Text_Format.password (get, set).

Signature

@property password @pure_virtual {
    get {}
    set {}
    values {
        enabled: bool;
    }
}

C signature

Eina_Bool efl_text_password_get(const Eo *obj);
void efl_text_password_set(Eo *obj, Eina_Bool enabled);

Implemented by